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