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