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