Categories |
CategoriesMaven Build Tools ADT4J Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.sviperll |
ArtifactId | ArtifactIdadt4j-maven-parent |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
adt4j-maven-parent-1.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/adt4j-maven-parent/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>adt4j-maven-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-maven-parent/
implementation 'com.github.sviperll:adt4j-maven-parent:1.3'
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-maven-parent/
implementation ("com.github.sviperll:adt4j-maven-parent:1.3")
'com.github.sviperll:adt4j-maven-parent:pom:1.3'
<dependency org="com.github.sviperll" name="adt4j-maven-parent" rev="1.3">
<artifact name="adt4j-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='adt4j-maven-parent', version='1.3')
)
libraryDependencies += "com.github.sviperll" % "adt4j-maven-parent" % "1.3"
[com.github.sviperll/adt4j-maven-parent "1.3"]