| License |
License |
|---|---|
| GroupId | GroupIdio.github.blazmrak.utils |
| ArtifactId | ArtifactIdutils-bom |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionio.github.blazmrak.utils:utils-bom
A utility collection for speeding up the development of REST services with KumuluzEE.
|
| Filename | Size |
|---|---|
| utils-bom-0.1.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.blazmrak.utils/utils-bom/ -->
<dependency>
<groupId>io.github.blazmrak.utils</groupId>
<artifactId>utils-bom</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.blazmrak.utils/utils-bom/
implementation 'io.github.blazmrak.utils:utils-bom:0.1.0'
// https://jarcasting.com/artifacts/io.github.blazmrak.utils/utils-bom/
implementation ("io.github.blazmrak.utils:utils-bom:0.1.0")
'io.github.blazmrak.utils:utils-bom:pom:0.1.0'
<dependency org="io.github.blazmrak.utils" name="utils-bom" rev="0.1.0">
<artifact name="utils-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.blazmrak.utils', module='utils-bom', version='0.1.0')
)
libraryDependencies += "io.github.blazmrak.utils" % "utils-bom" % "0.1.0"
[io.github.blazmrak.utils/utils-bom "0.1.0"]