License |
License |
---|---|
GroupId | GroupIdcom.github.uscexp |
ArtifactId | ArtifactIdjDotNotation |
Last Version | Last Version1.3.0-Beta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDot Notation Access Library
Library to access class attributes via dot notation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jDotNotation-1.3.0-Beta.pom | |
jDotNotation-1.3.0-Beta.jar | 13 KB |
jDotNotation-1.3.0-Beta-sources.jar | 6 KB |
jDotNotation-1.3.0-Beta-javadoc.jar | 65 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |