is not current version
Last Version 3-14

ch.inftec:jb 1.1

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

1.1
Type

Type

pom

Download jb 1.1

Filename Size
jb-1.1.pom 10 KB
Browse

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