is not current version
Last Version 3-14

ch.inftec:jb 3.2

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

GroupId

GroupId

ch.inftec
ArtifactId

ArtifactId

jb
Version

Version

3.2
Type

Type

pom

Download jb 3.2

Filename Size
jb-3.2.pom 21 KB
Browse

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