GroupId | GroupIdcom.github.dabasan |
---|---|
ArtifactId | ArtifactIdjxm-properties |
Version | Version1.0.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
jxm-properties-1.0.0-rc1.pom | |
jxm-properties-1.0.0-rc1.jar | 92 KB |
jxm-properties-1.0.0-rc1-sources.jar | 46 KB |
jxm-properties-1.0.0-rc1-javadoc.jar | 644 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dabasan/jxm-properties/ -->
<dependency>
<groupId>com.github.dabasan</groupId>
<artifactId>jxm-properties</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/jxm-properties/
implementation 'com.github.dabasan:jxm-properties:1.0.0-rc1'
// https://jarcasting.com/artifacts/com.github.dabasan/jxm-properties/
implementation ("com.github.dabasan:jxm-properties:1.0.0-rc1")
'com.github.dabasan:jxm-properties:jar:1.0.0-rc1'
<dependency org="com.github.dabasan" name="jxm-properties" rev="1.0.0-rc1">
<artifact name="jxm-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='jxm-properties', version='1.0.0-rc1')
)
libraryDependencies += "com.github.dabasan" % "jxm-properties" % "1.0.0-rc1"
[com.github.dabasan/jxm-properties "1.0.0-rc1"]