| GroupId | GroupIdcom.distkv |
|---|---|
| ArtifactId | ArtifactIddst-superpom |
| Version | Version0.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dst-superpom-0.1.1.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.distkv/dst-superpom/ -->
<dependency>
<groupId>com.distkv</groupId>
<artifactId>dst-superpom</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.distkv/dst-superpom/
implementation 'com.distkv:dst-superpom:0.1.1'
// https://jarcasting.com/artifacts/com.distkv/dst-superpom/
implementation ("com.distkv:dst-superpom:0.1.1")
'com.distkv:dst-superpom:pom:0.1.1'
<dependency org="com.distkv" name="dst-superpom" rev="0.1.1">
<artifact name="dst-superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.distkv', module='dst-superpom', version='0.1.1')
)
libraryDependencies += "com.distkv" % "dst-superpom" % "0.1.1"
[com.distkv/dst-superpom "0.1.1"]