Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.oshi</groupId>
  <artifactId>oshi-parent</artifactId>
  <version>6.4.2</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.oshi" name="oshi-parent" rev="6.4.2">
  <artifact name="oshi-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.oshi', module='oshi-parent', version='6.4.2')
)

Gradle/Grails

compile 'com.github.oshi:oshi-parent:6.4.2'

Scala SBT

libraryDependencies += "com.github.oshi" % "oshi-parent" % "6.4.2"

Leiningen

[com.github.oshi/oshi-parent "6.4.2"]