is not current version
Last Version 18

com.adeptj:adeptj-parent 11

The parent pom for AdeptJ Runtime and Modules projects

GroupId

GroupId

com.adeptj
ArtifactId

ArtifactId

adeptj-parent
Version

Version

11
Type

Type

pom

Download adeptj-parent 11

Filename Size
adeptj-parent-11.pom 50 KB
Browse

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