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