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