is not current version
Last Version 18

com.adeptj:adeptj-parent 12

The parent pom for AdeptJ Runtime and Modules projects

GroupId

GroupId

com.adeptj
ArtifactId

ArtifactId

adeptj-parent
Version

Version

12
Type

Type

pom

Download adeptj-parent 12

Filename Size
adeptj-parent-12.pom 51 KB
Browse

<!-- https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/ -->
<dependency>
    <groupId>com.adeptj</groupId>
    <artifactId>adeptj-parent</artifactId>
    <version>12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation 'com.adeptj:adeptj-parent:12'
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation ("com.adeptj:adeptj-parent:12")
'com.adeptj:adeptj-parent:pom:12'
<dependency org="com.adeptj" name="adeptj-parent" rev="12">
  <artifact name="adeptj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adeptj', module='adeptj-parent', version='12')
)
libraryDependencies += "com.adeptj" % "adeptj-parent" % "12"
[com.adeptj/adeptj-parent "12"]