| GroupId | GroupIdcom.acanx |
|---|---|
| ArtifactId | ArtifactIdacanx-utils |
| Version | Version0.0.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| acanx-utils-0.0.1.5.pom | |
| acanx-utils-0.0.1.5.jar | 8 KB |
| acanx-utils-0.0.1.5-sources.jar | 6 KB |
| acanx-utils-0.0.1.5-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acanx/acanx-utils/ -->
<dependency>
<groupId>com.acanx</groupId>
<artifactId>acanx-utils</artifactId>
<version>0.0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.acanx/acanx-utils/
implementation 'com.acanx:acanx-utils:0.0.1.5'
// https://jarcasting.com/artifacts/com.acanx/acanx-utils/
implementation ("com.acanx:acanx-utils:0.0.1.5")
'com.acanx:acanx-utils:jar:0.0.1.5'
<dependency org="com.acanx" name="acanx-utils" rev="0.0.1.5">
<artifact name="acanx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acanx', module='acanx-utils', version='0.0.1.5')
)
libraryDependencies += "com.acanx" % "acanx-utils" % "0.0.1.5"
[com.acanx/acanx-utils "0.0.1.5"]