License |
License |
---|---|
GroupId | GroupIdcom.gitee.primxia |
ArtifactId | ArtifactIdUtilsDemo |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
UtilsDemo-1.2.pom | |
UtilsDemo-1.2.jar | 3 KB |
UtilsDemo-1.2-sources.jar | 1 KB |
UtilsDemo-1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>UtilsDemo</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/
implementation 'com.gitee.primxia:UtilsDemo:1.2'
// https://jarcasting.com/artifacts/com.gitee.primxia/UtilsDemo/
implementation ("com.gitee.primxia:UtilsDemo:1.2")
'com.gitee.primxia:UtilsDemo:jar:1.2'
<dependency org="com.gitee.primxia" name="UtilsDemo" rev="1.2">
<artifact name="UtilsDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='UtilsDemo', version='1.2')
)
libraryDependencies += "com.gitee.primxia" % "UtilsDemo" % "1.2"
[com.gitee.primxia/UtilsDemo "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.22 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.7.25 |