is not current version
Last Version 3-14

ch.inftec:jb 3-10

InfTec parent POM. Contains plugin versions as well as profiles to deploy projects to Central

GroupId

GroupId

ch.inftec
ArtifactId

ArtifactId

jb
Version

Version

3-10
Type

Type

pom

Download jb 3-10

Filename Size
jb-3-10.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/ch.inftec/jb/ -->
<dependency>
    <groupId>ch.inftec</groupId>
    <artifactId>jb</artifactId>
    <version>3-10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec/jb/
implementation 'ch.inftec:jb:3-10'
// https://jarcasting.com/artifacts/ch.inftec/jb/
implementation ("ch.inftec:jb:3-10")
'ch.inftec:jb:pom:3-10'
<dependency org="ch.inftec" name="jb" rev="3-10">
  <artifact name="jb" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.inftec', module='jb', version='3-10')
)
libraryDependencies += "ch.inftec" % "jb" % "3-10"
[ch.inftec/jb "3-10"]