| License |
License |
|---|---|
| GroupId | GroupIdch.inftec |
| ArtifactId | ArtifactIdjb-bom |
| Last Version | Last Version2-8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJB BOM
BOM containing the dependency management for InfTec projects
|
| Filename | Size |
|---|---|
| jb-bom-2-8.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.inftec/jb-bom/ -->
<dependency>
<groupId>ch.inftec</groupId>
<artifactId>jb-bom</artifactId>
<version>2-8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec/jb-bom/
implementation 'ch.inftec:jb-bom:2-8'
// https://jarcasting.com/artifacts/ch.inftec/jb-bom/
implementation ("ch.inftec:jb-bom:2-8")
'ch.inftec:jb-bom:pom:2-8'
<dependency org="ch.inftec" name="jb-bom" rev="2-8">
<artifact name="jb-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.inftec', module='jb-bom', version='2-8')
)
libraryDependencies += "ch.inftec" % "jb-bom" % "2-8"
[ch.inftec/jb-bom "2-8"]