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