| License |
License |
|---|---|
| Categories |
CategoriesSpeedment Data Databases |
| GroupId | GroupIdcom.speedment.fika |
| ArtifactId | ArtifactIdlazy |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFika - Lazy
A tiny library for wirking with lazy variables
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| lazy-1.0.0.pom | |
| lazy-1.0.0.jar | 19 KB |
| lazy-1.0.0-sources.jar | 21 KB |
| lazy-1.0.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.fika/lazy/ -->
<dependency>
<groupId>com.speedment.fika</groupId>
<artifactId>lazy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.fika/lazy/
implementation 'com.speedment.fika:lazy:1.0.0'
// https://jarcasting.com/artifacts/com.speedment.fika/lazy/
implementation ("com.speedment.fika:lazy:1.0.0")
'com.speedment.fika:lazy:jar:1.0.0'
<dependency org="com.speedment.fika" name="lazy" rev="1.0.0">
<artifact name="lazy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.fika', module='lazy', version='1.0.0')
)
libraryDependencies += "com.speedment.fika" % "lazy" % "1.0.0"
[com.speedment.fika/lazy "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |