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