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