is not current version
Last Version 2.0.0-beta3

com.aeontronix.aeon-commons:aeon-commons 1.3.14

Various utility classes. Except for very rare exceptions (annotation-based validation) this will not require any dependencies beyond the JRE

GroupId

GroupId

com.aeontronix.aeon-commons
ArtifactId

ArtifactId

aeon-commons
Version

Version

1.3.14
Type

Type

jar

Download aeon-commons 1.3.14


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