License |
License
lgpl
|
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjboss-cache |
Last Version | Last Version1.4.1.GA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications.
|
Filename | Size |
---|---|
jboss-cache-1.4.1.GA.pom | |
jboss-cache-1.4.1.GA.jar | 690 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-cache/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-cache</artifactId>
<version>1.4.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-cache/
implementation 'jboss:jboss-cache:1.4.1.GA'
// https://jarcasting.com/artifacts/jboss/jboss-cache/
implementation ("jboss:jboss-cache:1.4.1.GA")
'jboss:jboss-cache:jar:1.4.1.GA'
<dependency org="jboss" name="jboss-cache" rev="1.4.1.GA">
<artifact name="jboss-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-cache', version='1.4.1.GA')
)
libraryDependencies += "jboss" % "jboss-cache" % "1.4.1.GA"
[jboss/jboss-cache "1.4.1.GA"]