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