Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.spals.appbuilder |
ArtifactId | ArtifactIdspals-appbuilder-bom |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
spals-appbuilder-bom-0.5.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.spals.appbuilder/spals-appbuilder-bom/ -->
<dependency>
<groupId>net.spals.appbuilder</groupId>
<artifactId>spals-appbuilder-bom</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.spals.appbuilder/spals-appbuilder-bom/
implementation 'net.spals.appbuilder:spals-appbuilder-bom:0.5.0'
// https://jarcasting.com/artifacts/net.spals.appbuilder/spals-appbuilder-bom/
implementation ("net.spals.appbuilder:spals-appbuilder-bom:0.5.0")
'net.spals.appbuilder:spals-appbuilder-bom:pom:0.5.0'
<dependency org="net.spals.appbuilder" name="spals-appbuilder-bom" rev="0.5.0">
<artifact name="spals-appbuilder-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.spals.appbuilder', module='spals-appbuilder-bom', version='0.5.0')
)
libraryDependencies += "net.spals.appbuilder" % "spals-appbuilder-bom" % "0.5.0"
[net.spals.appbuilder/spals-appbuilder-bom "0.5.0"]