GroupId | GroupIdcom.github.sebhoss |
---|---|
ArtifactId | ArtifactIdsuperpom |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
superpom-2.0.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/superpom/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>superpom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/superpom/
implementation 'com.github.sebhoss:superpom:2.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss/superpom/
implementation ("com.github.sebhoss:superpom:2.0.0")
'com.github.sebhoss:superpom:pom:2.0.0'
<dependency org="com.github.sebhoss" name="superpom" rev="2.0.0">
<artifact name="superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='superpom', version='2.0.0')
)
libraryDependencies += "com.github.sebhoss" % "superpom" % "2.0.0"
[com.github.sebhoss/superpom "2.0.0"]