License |
License |
---|---|
GroupId | GroupIdcom.gitee.primxia |
ArtifactId | ArtifactIdTestDemo |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
TestDemo-1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>TestDemo</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/
implementation 'com.gitee.primxia:TestDemo:1.2'
// https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/
implementation ("com.gitee.primxia:TestDemo:1.2")
'com.gitee.primxia:TestDemo:pom:1.2'
<dependency org="com.gitee.primxia" name="TestDemo" rev="1.2">
<artifact name="TestDemo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='TestDemo', version='1.2')
)
libraryDependencies += "com.gitee.primxia" % "TestDemo" % "1.2"
[com.gitee.primxia/TestDemo "1.2"]