is not current version
Last Version 2.1.0.M20

cloud.agileframework:agile-dictionary 0.1

Data dictionary parsing tool

GroupId

GroupId

cloud.agileframework
ArtifactId

ArtifactId

agile-dictionary
Version

Version

0.1
Type

Type

jar

Download agile-dictionary 0.1


<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-dictionary/ -->
<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-dictionary</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-dictionary/
implementation 'cloud.agileframework:agile-dictionary:0.1'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-dictionary/
implementation ("cloud.agileframework:agile-dictionary:0.1")
'cloud.agileframework:agile-dictionary:jar:0.1'
<dependency org="cloud.agileframework" name="agile-dictionary" rev="0.1">
  <artifact name="agile-dictionary" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-dictionary', version='0.1')
)
libraryDependencies += "cloud.agileframework" % "agile-dictionary" % "0.1"
[cloud.agileframework/agile-dictionary "0.1"]