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