| License | License | 
|---|---|
| GroupId | GroupIdio.forestframework | 
| ArtifactId | ArtifactIdjdk8-tests | 
| Last Version | Last Version5.0.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGoogle Guice - JDK8 Tests Guice is a lightweight dependency injection framework for Java 6 and above | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jdk8-tests-5.0.1.1.pom | |
| jdk8-tests-5.0.1.1.jar | 2 KB | 
| jdk8-tests-5.0.1.1-tests.jar | 29 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.forestframework/jdk8-tests/ -->
<dependency>
    <groupId>io.forestframework</groupId>
    <artifactId>jdk8-tests</artifactId>
    <version>5.0.1.1</version>
</dependency>// https://jarcasting.com/artifacts/io.forestframework/jdk8-tests/
implementation 'io.forestframework:jdk8-tests:5.0.1.1'// https://jarcasting.com/artifacts/io.forestframework/jdk8-tests/
implementation ("io.forestframework:jdk8-tests:5.0.1.1")'io.forestframework:jdk8-tests:jar:5.0.1.1'<dependency org="io.forestframework" name="jdk8-tests" rev="5.0.1.1">
  <artifact name="jdk8-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='io.forestframework', module='jdk8-tests', version='5.0.1.1')
)libraryDependencies += "io.forestframework" % "jdk8-tests" % "5.0.1.1"[io.forestframework/jdk8-tests "5.0.1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.forestframework : guice | jar | 5.0.1.1 | 
| io.forestframework : guice-assistedinject | jar | 5.0.1.1 | 
| com.google.guava : guava-testlib | jar | 30.1-jre | 
| org.ow2.asm : asm | jar | 9.1 | 
| junit : junit | jar | 4.13 |