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