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