Lunar Ray - Model Tools - Bill Of Materials
Defines the bill of materials for the model tools projects, that is, it describes the dependencies available to the modules.
License |
License |
---|---|
GroupId | GroupIdorg.lunarray.model |
ArtifactId | ArtifactIdbom |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLunar Ray - Model Tools - BOM
The Lunar Ray - Model Tools bill of material. Describes the most commonly used dependencies.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lunarray.model/bom/ -->
<dependency>
<groupId>org.lunarray.model</groupId>
<artifactId>bom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lunarray.model/bom/
implementation 'org.lunarray.model:bom:1.0'
// https://jarcasting.com/artifacts/org.lunarray.model/bom/
implementation ("org.lunarray.model:bom:1.0")
'org.lunarray.model:bom:pom:1.0'
<dependency org="org.lunarray.model" name="bom" rev="1.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lunarray.model', module='bom', version='1.0')
)
libraryDependencies += "org.lunarray.model" % "bom" % "1.0"
[org.lunarray.model/bom "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.lunarray.common : base | jar | 1.0 |
org.lunarray.common : event | jar | 1.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Defines the bill of materials for the model tools projects, that is, it describes the dependencies available to the modules.