is not current version
Last Version 1.3.0-Beta

com.github.uscexp:jDotNotation 1.0.0

Library to access class attributes via dot notation.

GroupId

GroupId

com.github.uscexp
ArtifactId

ArtifactId

jDotNotation
Version

Version

1.0.0
Type

Type

jar

Download jDotNotation 1.0.0


<!-- 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"]