is not current version
Last Version 1.1.1

javax.cache:guice-annotations-tester 1.0.0-RC1

Runs Annotations tests using the Guice test harness

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

guice-annotations-tester
Version

Version

1.0.0-RC1
Type

Type

jar

Download guice-annotations-tester 1.0.0-RC1


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