Lunar Ray - Common - Bill Of Materials
Defines the bill of materials for the common projects, that is, it describes the dependencies available to the modules.
License |
License |
---|---|
GroupId | GroupIdorg.lunarray.common |
ArtifactId | ArtifactIdbom |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLunar Ray - Common - BOM
The Lunar Ray - Common 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 | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lunarray.common/bom/ -->
<dependency>
<groupId>org.lunarray.common</groupId>
<artifactId>bom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lunarray.common/bom/
implementation 'org.lunarray.common:bom:1.0'
// https://jarcasting.com/artifacts/org.lunarray.common/bom/
implementation ("org.lunarray.common:bom:1.0")
'org.lunarray.common:bom:pom:1.0'
<dependency org="org.lunarray.common" name="bom" rev="1.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lunarray.common', module='bom', version='1.0')
)
libraryDependencies += "org.lunarray.common" % "bom" % "1.0"
[org.lunarray.common/bom "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
Defines the bill of materials for the common projects, that is, it describes the dependencies available to the modules.