License |
License |
---|---|
GroupId | GroupIdcom.github.avarabyeu |
ArtifactId | ArtifactIdwills |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWills
Useful utils built on top of Guava's ListenableFuture
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wills-0.0.3.pom | |
wills-0.0.3.jar | 15 KB |
wills-0.0.3-sources.jar | 7 KB |
wills-0.0.3-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.avarabyeu/wills/ -->
<dependency>
<groupId>com.github.avarabyeu</groupId>
<artifactId>wills</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.avarabyeu/wills/
implementation 'com.github.avarabyeu:wills:0.0.3'
// https://jarcasting.com/artifacts/com.github.avarabyeu/wills/
implementation ("com.github.avarabyeu:wills:0.0.3")
'com.github.avarabyeu:wills:jar:0.0.3'
<dependency org="com.github.avarabyeu" name="wills" rev="0.0.3">
<artifact name="wills" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.avarabyeu', module='wills', version='0.0.3')
)
libraryDependencies += "com.github.avarabyeu" % "wills" % "0.0.3"
[com.github.avarabyeu/wills "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.smarttested : smartassert | jar | 1.0.2 |