| License |
License |
|---|---|
| Categories |
CategoriesGuava General Purpose Libraries Utility |
| GroupId | GroupIdjp.skypencil.guava |
| ArtifactId | ArtifactIdhelper |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelper for Guava on Java8
Helper classes to help Java8 to collaborate with Guava
|
| Filename | Size |
|---|---|
| helper-1.2.0.pom | |
| helper-1.2.0.jar | 22 KB |
| helper-1.2.0-sources.jar | 4 KB |
| helper-1.2.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jp.skypencil.guava/helper/ -->
<dependency>
<groupId>jp.skypencil.guava</groupId>
<artifactId>helper</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.skypencil.guava/helper/
implementation 'jp.skypencil.guava:helper:1.2.0'
// https://jarcasting.com/artifacts/jp.skypencil.guava/helper/
implementation ("jp.skypencil.guava:helper:1.2.0")
'jp.skypencil.guava:helper:jar:1.2.0'
<dependency org="jp.skypencil.guava" name="helper" rev="1.2.0">
<artifact name="helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.skypencil.guava', module='helper', version='1.2.0')
)
libraryDependencies += "jp.skypencil.guava" % "helper" % "1.2.0"
[jp.skypencil.guava/helper "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 21.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.truth : truth | jar | 0.46 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |