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