GroupId | GroupIdcom.github.starnowski.posmulten |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.2.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/ -->
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>parent</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/
implementation 'com.github.starnowski.posmulten:parent:0.2.2'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/
implementation ("com.github.starnowski.posmulten:parent:0.2.2")
'com.github.starnowski.posmulten:parent:pom:0.2.2'
<dependency org="com.github.starnowski.posmulten" name="parent" rev="0.2.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='parent', version='0.2.2')
)
libraryDependencies += "com.github.starnowski.posmulten" % "parent" % "0.2.2"
[com.github.starnowski.posmulten/parent "0.2.2"]