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