GroupId | GroupIdio.github.tfahub |
---|---|
ArtifactId | ArtifactIdstandard-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
standard-parent-1.1.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tfahub/standard-parent/ -->
<dependency>
<groupId>io.github.tfahub</groupId>
<artifactId>standard-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/standard-parent/
implementation 'io.github.tfahub:standard-parent:1.1.1'
// https://jarcasting.com/artifacts/io.github.tfahub/standard-parent/
implementation ("io.github.tfahub:standard-parent:1.1.1")
'io.github.tfahub:standard-parent:pom:1.1.1'
<dependency org="io.github.tfahub" name="standard-parent" rev="1.1.1">
<artifact name="standard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='standard-parent', version='1.1.1')
)
libraryDependencies += "io.github.tfahub" % "standard-parent" % "1.1.1"
[io.github.tfahub/standard-parent "1.1.1"]