Dependency Information
Apache Maven
<dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-parent</artifactId> <version>6.4.6</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.oshi" name="oshi-parent" rev="6.4.6"> <artifact name="oshi-parent" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.oshi', module='oshi-parent', version='6.4.6') )
Gradle/Grails
implementation 'com.github.oshi:oshi-parent:6.4.6'
Scala SBT
libraryDependencies += "com.github.oshi" % "oshi-parent" % "6.4.6"
Leiningen
[com.github.oshi/oshi-parent "6.4.6"]