GroupId | GroupIdcom.aeontronix.aeon-commons |
---|---|
ArtifactId | ArtifactIdaeon-commons-parent |
Version | Version1.3.9 |
Type | Typepom |
Filename | Size |
---|---|
aeon-commons-parent-1.3.9.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-parent/ -->
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons-parent</artifactId>
<version>1.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-parent/
implementation 'com.aeontronix.aeon-commons:aeon-commons-parent:1.3.9'
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-parent/
implementation ("com.aeontronix.aeon-commons:aeon-commons-parent:1.3.9")
'com.aeontronix.aeon-commons:aeon-commons-parent:pom:1.3.9'
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons-parent" rev="1.3.9">
<artifact name="aeon-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons-parent', version='1.3.9')
)
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons-parent" % "1.3.9"
[com.aeontronix.aeon-commons/aeon-commons-parent "1.3.9"]