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