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