License |
License |
---|---|
GroupId | GroupIdorg.agmip.bom |
ArtifactId | ArtifactIdagmip-bom |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAgMIP Bill-of-Materials
The Bill-of-Materials used to build AgMIP products.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agmip-bom-2.1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.agmip.bom/agmip-bom/ -->
<dependency>
<groupId>org.agmip.bom</groupId>
<artifactId>agmip-bom</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.agmip.bom/agmip-bom/
implementation 'org.agmip.bom:agmip-bom:2.1.2'
// https://jarcasting.com/artifacts/org.agmip.bom/agmip-bom/
implementation ("org.agmip.bom:agmip-bom:2.1.2")
'org.agmip.bom:agmip-bom:pom:2.1.2'
<dependency org="org.agmip.bom" name="agmip-bom" rev="2.1.2">
<artifact name="agmip-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.agmip.bom', module='agmip-bom', version='2.1.2')
)
libraryDependencies += "org.agmip.bom" % "agmip-bom" % "2.1.2"
[org.agmip.bom/agmip-bom "2.1.2"]