GroupId | GroupIdcom.bluetangstudio.common |
---|---|
ArtifactId | ArtifactIdoss-masterpom |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
oss-masterpom-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluetangstudio.common/oss-masterpom/ -->
<dependency>
<groupId>com.bluetangstudio.common</groupId>
<artifactId>oss-masterpom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bluetangstudio.common/oss-masterpom/
implementation 'com.bluetangstudio.common:oss-masterpom:1.0.0'
// https://jarcasting.com/artifacts/com.bluetangstudio.common/oss-masterpom/
implementation ("com.bluetangstudio.common:oss-masterpom:1.0.0")
'com.bluetangstudio.common:oss-masterpom:pom:1.0.0'
<dependency org="com.bluetangstudio.common" name="oss-masterpom" rev="1.0.0">
<artifact name="oss-masterpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bluetangstudio.common', module='oss-masterpom', version='1.0.0')
)
libraryDependencies += "com.bluetangstudio.common" % "oss-masterpom" % "1.0.0"
[com.bluetangstudio.common/oss-masterpom "1.0.0"]