GroupId | GroupIdcom.adeptj |
---|---|
ArtifactId | ArtifactIdadeptj-parent |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
adeptj-parent-3.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/ -->
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation 'com.adeptj:adeptj-parent:3'
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation ("com.adeptj:adeptj-parent:3")
'com.adeptj:adeptj-parent:pom:3'
<dependency org="com.adeptj" name="adeptj-parent" rev="3">
<artifact name="adeptj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adeptj', module='adeptj-parent', version='3')
)
libraryDependencies += "com.adeptj" % "adeptj-parent" % "3"
[com.adeptj/adeptj-parent "3"]