| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdio.autonomx |
| ArtifactId | ArtifactIdautonomx-core |
| Version | Version1.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autonomx-core-1.1.8.pom | |
| autonomx-core-1.1.8.jar | 487 KB |
| autonomx-core-1.1.8-sources.jar | 277 KB |
| autonomx-core-1.1.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation 'io.autonomx:autonomx-core:1.1.8'
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation ("io.autonomx:autonomx-core:1.1.8")
'io.autonomx:autonomx-core:jar:1.1.8'
<dependency org="io.autonomx" name="autonomx-core" rev="1.1.8">
<artifact name="autonomx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.autonomx', module='autonomx-core', version='1.1.8')
)
libraryDependencies += "io.autonomx" % "autonomx-core" % "1.1.8"
[io.autonomx/autonomx-core "1.1.8"]