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