| License |
License |
|---|---|
| GroupId | GroupIdorg.jmolecules |
| ArtifactId | ArtifactIdjmolecules-bom |
| Version | Version2021.1.0 |
| Type | Typepom |
| Description |
DescriptionjMolecules BOM
Bill of materials for jMolecules
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmolecules-bom-2021.1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jmolecules/jmolecules-bom/ -->
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-bom</artifactId>
<version>2021.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jmolecules/jmolecules-bom/
implementation 'org.jmolecules:jmolecules-bom:2021.1.0'
// https://jarcasting.com/artifacts/org.jmolecules/jmolecules-bom/
implementation ("org.jmolecules:jmolecules-bom:2021.1.0")
'org.jmolecules:jmolecules-bom:pom:2021.1.0'
<dependency org="org.jmolecules" name="jmolecules-bom" rev="2021.1.0">
<artifact name="jmolecules-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jmolecules', module='jmolecules-bom', version='2021.1.0')
)
libraryDependencies += "org.jmolecules" % "jmolecules-bom" % "2021.1.0"
[org.jmolecules/jmolecules-bom "2021.1.0"]