GroupId | GroupIdcom.github.frtu.archetype |
---|---|
ArtifactId | ArtifactIdbase-pom |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
base-pom-0.3.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/base-pom/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>base-pom</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/base-pom/
implementation 'com.github.frtu.archetype:base-pom:0.3.3'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/base-pom/
implementation ("com.github.frtu.archetype:base-pom:0.3.3")
'com.github.frtu.archetype:base-pom:pom:0.3.3'
<dependency org="com.github.frtu.archetype" name="base-pom" rev="0.3.3">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='base-pom', version='0.3.3')
)
libraryDependencies += "com.github.frtu.archetype" % "base-pom" % "0.3.3"
[com.github.frtu.archetype/base-pom "0.3.3"]