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