| License |
License |
|---|---|
| GroupId | GroupIdch.inftec |
| ArtifactId | ArtifactIdjb |
| Version | Version3-14 |
| Type | Typepom |
| Description |
DescriptionJB
InfTec parent POM. Contains plugin versions as well as profiles to deploy projects to Central
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jb-3-14.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.inftec/jb/ -->
<dependency>
<groupId>ch.inftec</groupId>
<artifactId>jb</artifactId>
<version>3-14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec/jb/
implementation 'ch.inftec:jb:3-14'
// https://jarcasting.com/artifacts/ch.inftec/jb/
implementation ("ch.inftec:jb:3-14")
'ch.inftec:jb:pom:3-14'
<dependency org="ch.inftec" name="jb" rev="3-14">
<artifact name="jb" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.inftec', module='jb', version='3-14')
)
libraryDependencies += "ch.inftec" % "jb" % "3-14"
[ch.inftec/jb "3-14"]