License |
License |
---|---|
GroupId | GroupIdcom.gitee.primxia |
ArtifactId | ArtifactIdCommonUtils |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
CommonUtils-1.0.pom | |
CommonUtils-1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/CommonUtils/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>CommonUtils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/CommonUtils/
implementation 'com.gitee.primxia:CommonUtils:1.0'
// https://jarcasting.com/artifacts/com.gitee.primxia/CommonUtils/
implementation ("com.gitee.primxia:CommonUtils:1.0")
'com.gitee.primxia:CommonUtils:jar:1.0'
<dependency org="com.gitee.primxia" name="CommonUtils" rev="1.0">
<artifact name="CommonUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='CommonUtils', version='1.0')
)
libraryDependencies += "com.gitee.primxia" % "CommonUtils" % "1.0"
[com.gitee.primxia/CommonUtils "1.0"]