jabb-core
Collection of reusable application building blocks that require only Java 6. (migrated from sf.net)
For those require Java 8, see jabb-core-java8
Mirrors:
- On coding.net
- On GitHub
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jabb |
| ArtifactId | ArtifactIdjabb-core |
| Last Version | Last Version1.0.125 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJABB
JABB is a collection of reusable Java components.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jabb-core-1.0.125.pom | |
| jabb-core-1.0.125.jar | 136 KB |
| jabb-core-1.0.125-sources.jar | 135 KB |
| jabb-core-1.0.125-javadoc.jar | 621 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/ -->
<dependency>
<groupId>net.sf.jabb</groupId>
<artifactId>jabb-core</artifactId>
<version>1.0.125</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/
implementation 'net.sf.jabb:jabb-core:1.0.125'
// https://jarcasting.com/artifacts/net.sf.jabb/jabb-core/
implementation ("net.sf.jabb:jabb-core:1.0.125")
'net.sf.jabb:jabb-core:jar:1.0.125'
<dependency org="net.sf.jabb" name="jabb-core" rev="1.0.125">
<artifact name="jabb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jabb', module='jabb-core', version='1.0.125')
)
libraryDependencies += "net.sf.jabb" % "jabb-core" % "1.0.125"
[net.sf.jabb/jabb-core "1.0.125"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 3.0.1 |
| javax.servlet.jsp : javax.servlet.jsp-api Optional | jar | 2.2.1 |
| org.jboss : jboss-common-core | jar | 2.2.17.GA |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j Optional | jar | 1.2.17 |
| junit : junit Optional | jar | 4.8.1 |
| org.springframework : spring-test | jar | 3.2.2.RELEASE |
| org.mockito : mockito-core Optional | jar | 1.10.19 |
Collection of reusable application building blocks that require only Java 6. (migrated from sf.net)
For those require Java 8, see jabb-core-java8
Mirrors: