License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.spals.appbuilder |
ArtifactId | ArtifactIdspals-appbuilder-bom |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAppBuilder is a library to help easily create application micro-services in Java and Scala.
|
Filename | Size |
---|---|
spals-appbuilder-bom-0.6.5.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.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.spals.appbuilder/spals-appbuilder-bom/
implementation 'net.spals.appbuilder:spals-appbuilder-bom:0.6.5'
// https://jarcasting.com/artifacts/net.spals.appbuilder/spals-appbuilder-bom/
implementation ("net.spals.appbuilder:spals-appbuilder-bom:0.6.5")
'net.spals.appbuilder:spals-appbuilder-bom:pom:0.6.5'
<dependency org="net.spals.appbuilder" name="spals-appbuilder-bom" rev="0.6.5">
<artifact name="spals-appbuilder-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.spals.appbuilder', module='spals-appbuilder-bom', version='0.6.5')
)
libraryDependencies += "net.spals.appbuilder" % "spals-appbuilder-bom" % "0.6.5"
[net.spals.appbuilder/spals-appbuilder-bom "0.6.5"]