is not current version
Last Version 1.0.125

net.sf.jabb:jabb-core 1.0.64

JABB is a collection of reusable Java components.

Categories

Categories

Net
GroupId

GroupId

net.sf.jabb
ArtifactId

ArtifactId

jabb-core
Version

Version

1.0.64
Type

Type

jar

Download jabb-core 1.0.64


<!-- https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/ -->
<dependency>
    <groupId>net.sf.jabb</groupId>
    <artifactId>jabb-core</artifactId>
    <version>1.0.64</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/
implementation 'net.sf.jabb:jabb-core:1.0.64'
// https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/
implementation ("net.sf.jabb:jabb-core:1.0.64")
'net.sf.jabb:jabb-core:jar:1.0.64'
<dependency org="net.sf.jabb" name="jabb-core" rev="1.0.64">
  <artifact name="jabb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jabb', module='jabb-core', version='1.0.64')
)
libraryDependencies += "net.sf.jabb" % "jabb-core" % "1.0.64"
[net.sf.jabb/jabb-core "1.0.64"]