GroupId | GroupIdcom.aeontronix.aeon-commons |
---|---|
ArtifactId | ArtifactIdaeon-commons-jee |
Version | Version1.4.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-jee/ -->
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons-jee</artifactId>
<version>1.4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-jee/
implementation 'com.aeontronix.aeon-commons:aeon-commons-jee:1.4.0-beta1'
// https://jarcasting.com/artifacts/com.aeontronix.aeon-commons/aeon-commons-jee/
implementation ("com.aeontronix.aeon-commons:aeon-commons-jee:1.4.0-beta1")
'com.aeontronix.aeon-commons:aeon-commons-jee:jar:1.4.0-beta1'
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons-jee" rev="1.4.0-beta1">
<artifact name="aeon-commons-jee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons-jee', version='1.4.0-beta1')
)
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons-jee" % "1.4.0-beta1"
[com.aeontronix.aeon-commons/aeon-commons-jee "1.4.0-beta1"]