Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdjavax.cache |
ArtifactId | ArtifactIdguice-annotations-tester |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/javax.cache/guice-annotations-tester/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>guice-annotations-tester</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/guice-annotations-tester/
implementation 'javax.cache:guice-annotations-tester:1.1.0'
// https://jarcasting.com/artifacts/javax.cache/guice-annotations-tester/
implementation ("javax.cache:guice-annotations-tester:1.1.0")
'javax.cache:guice-annotations-tester:jar:1.1.0'
<dependency org="javax.cache" name="guice-annotations-tester" rev="1.1.0">
<artifact name="guice-annotations-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='guice-annotations-tester', version='1.1.0')
)
libraryDependencies += "javax.cache" % "guice-annotations-tester" % "1.1.0"
[javax.cache/guice-annotations-tester "1.1.0"]