GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpurecfg |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
purecfg-0.1.0.pom | |
purecfg-0.1.0.jar | 37 KB |
purecfg-0.1.0-sources.jar | 6 KB |
purecfg-0.1.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purecfg/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purecfg</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purecfg/
implementation 'com.github.tonivade:purecfg:0.1.0'
// https://jarcasting.com/artifacts/com.github.tonivade/purecfg/
implementation ("com.github.tonivade:purecfg:0.1.0")
'com.github.tonivade:purecfg:jar:0.1.0'
<dependency org="com.github.tonivade" name="purecfg" rev="0.1.0">
<artifact name="purecfg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purecfg', version='0.1.0')
)
libraryDependencies += "com.github.tonivade" % "purecfg" % "0.1.0"
[com.github.tonivade/purecfg "0.1.0"]