Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>windows-registry</artifactId>
  <version>1.1</version>
</dependency>

Apache Ivy

<dependency org="com.github.robtimus" name="windows-registry" rev="1.1">
  <artifact name="windows-registry" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.robtimus', module='windows-registry', version='1.1')
)

Gradle/Grails

implementation 'com.github.robtimus:windows-registry:1.1'

Scala SBT

libraryDependencies += "com.github.robtimus" % "windows-registry" % "1.1"

Leiningen

[com.github.robtimus/windows-registry "1.1"]