License |
License |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIdkiwi |
Version | Version0.25.0 |
Type | Typejar |
Description |
Descriptionorg.kiwiproject:kiwi
Kiwi is a utility library. We really like Google's Guava, and also use Apache Commons.
But if they don't have something we need, and we think it is useful, this is where we put it.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kiwi-0.25.0.pom | |
kiwi-0.25.0.jar | 437 KB |
kiwi-0.25.0-sources.jar | 308 KB |
kiwi-0.25.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/kiwi/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi</artifactId>
<version>0.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/kiwi/
implementation 'org.kiwiproject:kiwi:0.25.0'
// https://jarcasting.com/artifacts/org.kiwiproject/kiwi/
implementation ("org.kiwiproject:kiwi:0.25.0")
'org.kiwiproject:kiwi:jar:0.25.0'
<dependency org="org.kiwiproject" name="kiwi" rev="0.25.0">
<artifact name="kiwi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='kiwi', version='0.25.0')
)
libraryDependencies += "org.kiwiproject" % "kiwi" % "0.25.0"
[org.kiwiproject/kiwi "0.25.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.google.guava : guava | jar | 30.1.1-jre |
com.google.errorprone : error_prone_annotations Optional | jar | 2.8.0 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-compress | jar | 1.21 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 3.0.0 |
io.dropwizard : dropwizard-testing | jar | 2.0.24 |
io.zonky.test : embedded-postgres | jar | 1.3.0 |
org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | 2.33 |
com.h2database : h2 | jar | 1.4.200 |
org.jdbi : jdbi3-postgres | jar | 3.21.0 |
org.liquibase : liquibase-core | jar | 3.10.3 |
de.bwaldvogel : mongo-java-server | jar | 1.38.0 |
org.assertj : assertj-core | jar | 3.20.2 |
org.awaitility : awaitility | jar | 4.1.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
org.junit-pioneer : junit-pioneer | jar | 1.4.2 |
ch.qos.logback : logback-classic | jar | 1.2.5 |
org.mockito : mockito-core | jar | 3.11.2 |