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