GroupId | GroupIdstudio.crud.feature |
---|---|
ArtifactId | ArtifactIdbom |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFeature Depot BOM
|
Filename | Size |
---|---|
bom-0.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/studio.crud.feature/bom/ -->
<dependency>
<groupId>studio.crud.feature</groupId>
<artifactId>bom</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/studio.crud.feature/bom/
implementation 'studio.crud.feature:bom:0.3.0'
// https://jarcasting.com/artifacts/studio.crud.feature/bom/
implementation ("studio.crud.feature:bom:0.3.0")
'studio.crud.feature:bom:pom:0.3.0'
<dependency org="studio.crud.feature" name="bom" rev="0.3.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='studio.crud.feature', module='bom', version='0.3.0')
)
libraryDependencies += "studio.crud.feature" % "bom" % "0.3.0"
[studio.crud.feature/bom "0.3.0"]