License |
License |
---|---|
GroupId | GroupIdcom.aeontronix.aeon-commons |
ArtifactId | ArtifactIdaeon-commons |
Version | Version1.4.0-beta2 |
Type | Typejar |
Description |
DescriptionAeon Commons Core
Various utility classes. Except for very rare exceptions (annotation-based validation) this will not require any dependencies beyond the JRE
|
Project Organization |
Project OrganizationAeontronix Inc |
Filename | Size |
---|---|
aeon-commons-1.4.0-beta2.pom | |
aeon-commons-1.4.0-beta2.jar | 136 KB |
aeon-commons-1.4.0-beta2-sources.jar | 86 KB |
aeon-commons-1.4.0-beta2-javadoc.jar | 922 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons/ -->
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons</artifactId>
<version>1.4.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons/
implementation 'com.aeontronix.aeon-commons:aeon-commons:1.4.0-beta2'
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons/
implementation ("com.aeontronix.aeon-commons:aeon-commons:1.4.0-beta2")
'com.aeontronix.aeon-commons:aeon-commons:jar:1.4.0-beta2'
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons" rev="1.4.0-beta2">
<artifact name="aeon-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons', version='1.4.0-beta2')
)
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons" % "1.4.0-beta2"
[com.aeontronix.aeon-commons/aeon-commons "1.4.0-beta2"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api Optional | jar | 2.4.0-b180830.0359 |
com.sun.xml.bind : jaxb-impl Optional | jar | 3.0.1 |
org.jetbrains : annotations | jar | 22.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api Optional | jar | 2.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 11.0.6 |
org.eclipse.jetty : jetty-webapp | jar | 11.0.6 |
org.testng : testng | jar | 7.4.0 |
org.uncommons : reportng | jar | 1.1.4 |
com.google.inject : guice | jar | 5.0.1 |