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