| License |
License |
|---|---|
| GroupId | GroupIdcom.adeptj |
| ArtifactId | ArtifactIdadeptj-parent |
| Version | Version15 |
| Type | Typepom |
| Description |
DescriptionAdeptJ Parent
The parent pom for AdeptJ Runtime and Modules projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| adeptj-parent-15.pom | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/ -->
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-parent</artifactId>
<version>15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation 'com.adeptj:adeptj-parent:15'
// https://jarcasting.com/artifacts/com.adeptj/adeptj-parent/
implementation ("com.adeptj:adeptj-parent:15")
'com.adeptj:adeptj-parent:pom:15'
<dependency org="com.adeptj" name="adeptj-parent" rev="15">
<artifact name="adeptj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adeptj', module='adeptj-parent', version='15')
)
libraryDependencies += "com.adeptj" % "adeptj-parent" % "15"
[com.adeptj/adeptj-parent "15"]