| License |
License |
|---|---|
| GroupId | GroupIdcom.futureble.bom |
| ArtifactId | ArtifactIdgeneral-bom |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptionGeneral BOM
General Bill of Materials.
|
| Project Organization |
Project OrganizationFutureble |
| Filename | Size |
|---|---|
| general-bom-1.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.futureble.bom/general-bom/ -->
<dependency>
<groupId>com.futureble.bom</groupId>
<artifactId>general-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.futureble.bom/general-bom/
implementation 'com.futureble.bom:general-bom:1.0.0'
// https://jarcasting.com/artifacts/com.futureble.bom/general-bom/
implementation ("com.futureble.bom:general-bom:1.0.0")
'com.futureble.bom:general-bom:pom:1.0.0'
<dependency org="com.futureble.bom" name="general-bom" rev="1.0.0">
<artifact name="general-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.futureble.bom', module='general-bom', version='1.0.0')
)
libraryDependencies += "com.futureble.bom" % "general-bom" % "1.0.0"
[com.futureble.bom/general-bom "1.0.0"]