GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-preferences |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-preferences-0.4.0.pom | |
lib-preferences-0.4.0.jar | 13 KB |
lib-preferences-0.4.0-sources.jar | 11 KB |
lib-preferences-0.4.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-preferences</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/
implementation 'com.github.naoghuman:lib-preferences:0.4.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-preferences/
implementation ("com.github.naoghuman:lib-preferences:0.4.0")
'com.github.naoghuman:lib-preferences:jar:0.4.0'
<dependency org="com.github.naoghuman" name="lib-preferences" rev="0.4.0">
<artifact name="lib-preferences" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-preferences', version='0.4.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-preferences" % "0.4.0"
[com.github.naoghuman/lib-preferences "0.4.0"]