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