GroupId | GroupIdcom.aeontronix.aeon-commons |
---|---|
ArtifactId | ArtifactIdaeon-commons |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
aeon-commons-1.3.16.pom | |
aeon-commons-1.3.16.jar | 128 KB |
aeon-commons-1.3.16-sources.jar | 86 KB |
aeon-commons-1.3.16-javadoc.jar | 876 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.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons/
implementation 'com.aeontronix.aeon-commons:aeon-commons:1.3.16'
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons/
implementation ("com.aeontronix.aeon-commons:aeon-commons:1.3.16")
'com.aeontronix.aeon-commons:aeon-commons:jar:1.3.16'
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons" rev="1.3.16">
<artifact name="aeon-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons', version='1.3.16')
)
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons" % "1.3.16"
[com.aeontronix.aeon-commons/aeon-commons "1.3.16"]