License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Drift Net Networking |
GroupId | GroupIdca.stellardrift.guice-backport |
ArtifactId | ArtifactIdjdk8-tests |
Last Version | Last Version5.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStellardrift Guice-fork - JDK8 Tests
A fork of Guice that restores removed API, and uses external ASM.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdk8-tests-5.0.1.pom | |
jdk8-tests-5.0.1.jar | 2 KB |
jdk8-tests-5.0.1-tests.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.stellardrift.guice-backport/jdk8-tests/ -->
<dependency>
<groupId>ca.stellardrift.guice-backport</groupId>
<artifactId>jdk8-tests</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.stellardrift.guice-backport/jdk8-tests/
implementation 'ca.stellardrift.guice-backport:jdk8-tests:5.0.1'
// https://jarcasting.com/artifacts/ca.stellardrift.guice-backport/jdk8-tests/
implementation ("ca.stellardrift.guice-backport:jdk8-tests:5.0.1")
'ca.stellardrift.guice-backport:jdk8-tests:jar:5.0.1'
<dependency org="ca.stellardrift.guice-backport" name="jdk8-tests" rev="5.0.1">
<artifact name="jdk8-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.stellardrift.guice-backport', module='jdk8-tests', version='5.0.1')
)
libraryDependencies += "ca.stellardrift.guice-backport" % "jdk8-tests" % "5.0.1"
[ca.stellardrift.guice-backport/jdk8-tests "5.0.1"]
Group / Artifact | Type | Version |
---|---|---|
ca.stellardrift.guice-backport : guice | jar | 5.0.1 |
ca.stellardrift.guice-backport.extensions : guice-assistedinject | jar | 5.0.1 |
com.google.guava : guava-testlib | jar | 21.0 |
org.ow2.asm : asm | jar | 9.1 |
junit : junit | jar | 4.13 |