GroupId | GroupIdcom.github.shiver-me-timbers |
---|---|
ArtifactId | ArtifactIdsmt-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
smt-parent-1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/
implementation 'com.github.shiver-me-timbers:smt-parent:1.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/
implementation ("com.github.shiver-me-timbers:smt-parent:1.0")
'com.github.shiver-me-timbers:smt-parent:pom:1.0'
<dependency org="com.github.shiver-me-timbers" name="smt-parent" rev="1.0">
<artifact name="smt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-parent', version='1.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-parent" % "1.0"
[com.github.shiver-me-timbers/smt-parent "1.0"]