Dot Notation Access Library

Library to access class attributes via dot notation.

License

License

GroupId

GroupId

com.github.uscexp
ArtifactId

ArtifactId

jDotNotation
Last Version

Last Version

1.3.0-Beta
Release Date

Release Date

Type

Type

jar
Description

Description

Dot Notation Access Library
Library to access class attributes via dot notation.
Project URL

Project URL

http://uscexp.github.io/jDotNotation
Source Code Management

Source Code Management

https://github.com/uscexp/jDotNotation

Download jDotNotation

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.uscexp/jDotNotation/ -->
<dependency>
    <groupId>com.github.uscexp</groupId>
    <artifactId>jDotNotation</artifactId>
    <version>1.3.0-Beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uscexp/jDotNotation/
implementation 'com.github.uscexp:jDotNotation:1.3.0-Beta'
// https://jarcasting.com/artifacts/com.github.uscexp/jDotNotation/
implementation ("com.github.uscexp:jDotNotation:1.3.0-Beta")
'com.github.uscexp:jDotNotation:jar:1.3.0-Beta'
<dependency org="com.github.uscexp" name="jDotNotation" rev="1.3.0-Beta">
  <artifact name="jDotNotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uscexp', module='jDotNotation', version='1.3.0-Beta')
)
libraryDependencies += "com.github.uscexp" % "jDotNotation" % "1.3.0-Beta"
[com.github.uscexp/jDotNotation "1.3.0-Beta"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.uscexp : parboiled.extension jar 0.1.0-Beta
org.apache.commons : commons-lang3 jar 3.8.1
com.google.guava : guava-collections jar r03

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0-Beta
1.2.0-Beta
1.1.0
1.0.0