is not current version
Last Version 3-14

ch.inftec:jb 2-8

InfTec Java Base project that holds the root pom all other InfTec projects will derive from

GroupId

GroupId

ch.inftec
ArtifactId

ArtifactId

jb
Version

Version

2-8
Type

Type

pom

Download jb 2-8

Filename Size
jb-2-8.pom 13 KB
Browse

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