| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ykrasik |
| ArtifactId | ArtifactIdyava |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYava
Useful utils for Java 8.
|
| Filename | Size |
|---|---|
| yava-0.1.0.pom | |
| yava-0.1.0.jar | 26 KB |
| yava-0.1.0-sources.jar | 26 KB |
| yava-0.1.0-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykrasik/yava/ -->
<dependency>
<groupId>com.github.ykrasik</groupId>
<artifactId>yava</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykrasik/yava/
implementation 'com.github.ykrasik:yava:0.1.0'
// https://jarcasting.com/artifacts/com.github.ykrasik/yava/
implementation ("com.github.ykrasik:yava:0.1.0")
'com.github.ykrasik:yava:jar:0.1.0'
<dependency org="com.github.ykrasik" name="yava" rev="0.1.0">
<artifact name="yava" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykrasik', module='yava', version='0.1.0')
)
libraryDependencies += "com.github.ykrasik" % "yava" % "0.1.0"
[com.github.ykrasik/yava "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |