| License |
License |
|---|---|
| GroupId | GroupIdcom.zaxxer |
| ArtifactId | ArtifactIdkuill |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkuill
Kotlin/Java Quill Document Model
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kuill-1.1.pom | |
| kuill-1.1.jar | 56 KB |
| kuill-1.1-sources.jar | 27 KB |
| kuill-1.1-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zaxxer/kuill/ -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>kuill</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaxxer/kuill/
implementation 'com.zaxxer:kuill:1.1'
// https://jarcasting.com/artifacts/com.zaxxer/kuill/
implementation ("com.zaxxer:kuill:1.1")
'com.zaxxer:kuill:jar:1.1'
<dependency org="com.zaxxer" name="kuill" rev="1.1">
<artifact name="kuill" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaxxer', module='kuill', version='1.1')
)
libraryDependencies += "com.zaxxer" % "kuill" % "1.1"
[com.zaxxer/kuill "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 1.2.71 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.7 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.2.71 |
| junit : junit | jar | 4.12 |
| com.nhaarman : mockito-kotlin | jar | 1.6.0 |