GroupId | GroupIdcom.chanjx |
---|---|
ArtifactId | ArtifactIdchanjx-utils |
Version | Version1.0.3-fix |
Type | Typejar |
Filename | Size |
---|---|
chanjx-utils-1.0.3-fix.pom | |
chanjx-utils-1.0.3-fix.jar | 15 KB |
chanjx-utils-1.0.3-fix-sources.jar | 7 KB |
chanjx-utils-1.0.3-fix-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/ -->
<dependency>
<groupId>com.chanjx</groupId>
<artifactId>chanjx-utils</artifactId>
<version>1.0.3-fix</version>
</dependency>
// https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/
implementation 'com.chanjx:chanjx-utils:1.0.3-fix'
// https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/
implementation ("com.chanjx:chanjx-utils:1.0.3-fix")
'com.chanjx:chanjx-utils:jar:1.0.3-fix'
<dependency org="com.chanjx" name="chanjx-utils" rev="1.0.3-fix">
<artifact name="chanjx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chanjx', module='chanjx-utils', version='1.0.3-fix')
)
libraryDependencies += "com.chanjx" % "chanjx-utils" % "1.0.3-fix"
[com.chanjx/chanjx-utils "1.0.3-fix"]