Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdpub.codex |
ArtifactId | ArtifactIdcodex-apix |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
codex-apix-3.2.2.pom | |
codex-apix-3.2.2.jar | 142 KB |
codex-apix-3.2.2-sources.jar | 40 KB |
codex-apix-3.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/pub.codex/codex-apix/ -->
<dependency>
<groupId>pub.codex</groupId>
<artifactId>codex-apix</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/pub.codex/codex-apix/
implementation 'pub.codex:codex-apix:3.2.2'
// https://jarcasting.com/artifacts/pub.codex/codex-apix/
implementation ("pub.codex:codex-apix:3.2.2")
'pub.codex:codex-apix:jar:3.2.2'
<dependency org="pub.codex" name="codex-apix" rev="3.2.2">
<artifact name="codex-apix" type="jar" />
</dependency>
@Grapes(
@Grab(group='pub.codex', module='codex-apix', version='3.2.2')
)
libraryDependencies += "pub.codex" % "codex-apix" % "3.2.2"
[pub.codex/codex-apix "3.2.2"]