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