Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.autonomx |
ArtifactId | ArtifactIdautonomx-core |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
autonomx-core-1.0.6.pom | |
autonomx-core-1.0.6.jar | 364 KB |
autonomx-core-1.0.6-sources.jar | 209 KB |
autonomx-core-1.0.6-javadoc.jar | 920 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.autonomx/autonomx-core/ -->
<dependency>
<groupId>io.autonomx</groupId>
<artifactId>autonomx-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation 'io.autonomx:autonomx-core:1.0.6'
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation ("io.autonomx:autonomx-core:1.0.6")
'io.autonomx:autonomx-core:jar:1.0.6'
<dependency org="io.autonomx" name="autonomx-core" rev="1.0.6">
<artifact name="autonomx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.autonomx', module='autonomx-core', version='1.0.6')
)
libraryDependencies += "io.autonomx" % "autonomx-core" % "1.0.6"
[io.autonomx/autonomx-core "1.0.6"]