License |
License |
---|---|
GroupId | GroupIdio.basestar |
ArtifactId | ArtifactIdbasestar-bom |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA declarative data-access framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
basestar-bom-1.2.2.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.basestar/basestar-bom/ -->
<dependency>
<groupId>io.basestar</groupId>
<artifactId>basestar-bom</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.basestar/basestar-bom/
implementation 'io.basestar:basestar-bom:1.2.2'
// https://jarcasting.com/artifacts/io.basestar/basestar-bom/
implementation ("io.basestar:basestar-bom:1.2.2")
'io.basestar:basestar-bom:pom:1.2.2'
<dependency org="io.basestar" name="basestar-bom" rev="1.2.2">
<artifact name="basestar-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.basestar', module='basestar-bom', version='1.2.2')
)
libraryDependencies += "io.basestar" % "basestar-bom" % "1.2.2"
[io.basestar/basestar-bom "1.2.2"]