Last Version

JSR107 API and SPI 1.1.1

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

cache-api
Version

Version

1.1.1
Type

Type

jar
Description

Description

JSR107 API and SPI
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/jsr107/jsr107spec

Download cache-api 1.1.1


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

Dependencies

provided (1)

Group / Artifact Type Version
javax.enterprise : cdi-api Optional jar 1.0-SP4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.