GroupId | GroupIdcom.sanctionco.thunder |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version3.0.3 |
Type | Typepom |
Filename | Size |
---|---|
parent-3.0.3.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sanctionco.thunder/parent/ -->
<dependency>
<groupId>com.sanctionco.thunder</groupId>
<artifactId>parent</artifactId>
<version>3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sanctionco.thunder/parent/
implementation 'com.sanctionco.thunder:parent:3.0.3'
// https://jarcasting.com/artifacts/com.sanctionco.thunder/parent/
implementation ("com.sanctionco.thunder:parent:3.0.3")
'com.sanctionco.thunder:parent:pom:3.0.3'
<dependency org="com.sanctionco.thunder" name="parent" rev="3.0.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sanctionco.thunder', module='parent', version='3.0.3')
)
libraryDependencies += "com.sanctionco.thunder" % "parent" % "3.0.3"
[com.sanctionco.thunder/parent "3.0.3"]