GroupId | GroupIdcom.adeptj |
---|---|
ArtifactId | ArtifactIdadeptj-parent |
Version | Version12 |
Type | Typepom |
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"]