GroupId | GroupIdcom.gitee.primxia |
---|---|
ArtifactId | ArtifactIdUtilsDemo |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
UtilsDemo-1.1.pom | |
UtilsDemo-1.1.jar | 3 KB |
UtilsDemo-1.1-sources.jar | 1 KB |
UtilsDemo-1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>UtilsDemo</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/
implementation 'com.gitee.primxia:UtilsDemo:1.1'
// https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/
implementation ("com.gitee.primxia:UtilsDemo:1.1")
'com.gitee.primxia:UtilsDemo:jar:1.1'
<dependency org="com.gitee.primxia" name="UtilsDemo" rev="1.1">
<artifact name="UtilsDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='UtilsDemo', version='1.1')
)
libraryDependencies += "com.gitee.primxia" % "UtilsDemo" % "1.1"
[com.gitee.primxia/UtilsDemo "1.1"]