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