is not current version
Last Version 3-14

ch.inftec:jb 2-7

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-7
Type

Type

pom

Download jb 2-7

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

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