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