License |
License |
---|---|
GroupId | GroupIdcom.aeontronix.aeon-commons |
ArtifactId | ArtifactIdaeon-commons-core |
Last Version | Last Version2.0.0-beta3 |
Release Date | Release Date |
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 |
<!-- https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-core/ -->
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons-core</artifactId>
<version>2.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-core/
implementation 'com.aeontronix.aeon-commons:aeon-commons-core:2.0.0-beta3'
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-core/
implementation ("com.aeontronix.aeon-commons:aeon-commons-core:2.0.0-beta3")
'com.aeontronix.aeon-commons:aeon-commons-core:jar:2.0.0-beta3'
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons-core" rev="2.0.0-beta3">
<artifact name="aeon-commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons-core', version='2.0.0-beta3')
)
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons-core" % "2.0.0-beta3"
[com.aeontronix.aeon-commons/aeon-commons-core "2.0.0-beta3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
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.5 |
org.uncommons : reportng | jar | 1.1.4 |
com.google.inject : guice | jar | 5.1.0 |