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