| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.jcs |
| ArtifactId | ArtifactIdjcs |
| Version | Version1.3 |
| Type | Typepom |
| Description |
DescriptionJakarta JCS
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jcs-1.3.pom | |
| jcs-1.3.jar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jcs/jcs/ -->
<dependency>
<groupId>org.apache.jcs</groupId>
<artifactId>jcs</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jcs/jcs/
implementation 'org.apache.jcs:jcs:1.3'
// https://jarcasting.com/artifacts/org.apache.jcs/jcs/
implementation ("org.apache.jcs:jcs:1.3")
'org.apache.jcs:jcs:pom:1.3'
<dependency org="org.apache.jcs" name="jcs" rev="1.3">
<artifact name="jcs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.jcs', module='jcs', version='1.3')
)
libraryDependencies += "org.apache.jcs" % "jcs" % "1.3"
[org.apache.jcs/jcs "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1 |
| commons-lang : commons-lang Optional | jar | 2.1 |
| commons-dbcp : commons-dbcp Optional | jar | 1.2.2 |
| commons-pool : commons-pool Optional | jar | 1.3 |
| concurrent : concurrent | jar | 1.0 |
| mysql : mysql-connector-java Optional | jar | 3.0.10 |
| hsqldb : hsqldb Optional | jar | 1.7.3.3 |
| log4j : log4j Optional | jar | 1.2.12 |
| servletapi : servletapi Optional | jar | 2.3 |
| tomcat : tomcat-util Optional | jar | 3.2.1 |
| velocity : velocity Optional | jar | 1.5 |
| xmlrpc : xmlrpc Optional | jar | 2.0 |
| xerces : xercesImpl Optional | jar | 2.6.2 |
| xml-apis : xml-apis Optional | jar | 2.0.2 |
| berkeleydb : berkeleydb Optional | jar | 1.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-collections : commons-collections | jar | 3.2 |
| commons-configuration : commons-configuration | jar | 1.4 |
| junit : junit | jar | 3.8.1 |