| License |
License |
|---|---|
| GroupId | GroupIdorg.javastro |
| ArtifactId | ArtifactIdbom |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionbom
Versions of the Javastro Software
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bom-0.4.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javastro/bom/ -->
<dependency>
<groupId>org.javastro</groupId>
<artifactId>bom</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javastro/bom/
implementation 'org.javastro:bom:0.4.0'
// https://jarcasting.com/artifacts/org.javastro/bom/
implementation ("org.javastro:bom:0.4.0")
'org.javastro:bom:pom:0.4.0'
<dependency org="org.javastro" name="bom" rev="0.4.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javastro', module='bom', version='0.4.0')
)
libraryDependencies += "org.javastro" % "bom" % "0.4.0"
[org.javastro/bom "0.4.0"]