Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.autonomx |
ArtifactId | ArtifactIdautonomx-core |
Last Version | Last Version1.1.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
autonomx-core-1.1.17.pom | |
autonomx-core-1.1.17.jar | 431 KB |
autonomx-core-1.1.17-sources.jar | 243 KB |
autonomx-core-1.1.17-javadoc.jar | 1004 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.autonomx/autonomx-core/ -->
<dependency>
<groupId>io.autonomx</groupId>
<artifactId>autonomx-core</artifactId>
<version>1.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation 'io.autonomx:autonomx-core:1.1.17'
// https://jarcasting.com/artifacts/io.autonomx/autonomx-core/
implementation ("io.autonomx:autonomx-core:1.1.17")
'io.autonomx:autonomx-core:jar:1.1.17'
<dependency org="io.autonomx" name="autonomx-core" rev="1.1.17">
<artifact name="autonomx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.autonomx', module='autonomx-core', version='1.1.17')
)
libraryDependencies += "io.autonomx" % "autonomx-core" % "1.1.17"
[io.autonomx/autonomx-core "1.1.17"]