<dependency> <groupId>com.github.codemonstur</groupId> <artifactId>config</artifactId> <version>1.1.0</version> </dependency>
implementation 'com.github.codemonstur:config:1.1.0'
implementation("com.github.codemonstur:config:1.1.0")
libraryDependencies += "com.github.codemonstur" % "config" % "1.1.0"
@Grapes( @Grab(group='com.github.codemonstur', module='config', version='1.1.0') )
<dependency org="com.github.codemonstur" name="config" rev="1.1.0" />
[com.github.codemonstur/config "1.1.0"]
'com.github.codemonstur:config:jar:1.1.0'