License |
License |
---|---|
Categories |
CategoriesKotlin Languages Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.kotlin |
ArtifactId | ArtifactIdbootique-kotlin |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-kotlin: Kotlin-Native APIs for Bootique
Provides extension function and features for smooth development with Bootique and Kotlin.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-kotlin-2.0.1.pom | |
bootique-kotlin-2.0.1.jar | 42 KB |
bootique-kotlin-2.0.1-sources.jar | 11 KB |
bootique-kotlin-2.0.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin/ -->
<dependency>
<groupId>io.bootique.kotlin</groupId>
<artifactId>bootique-kotlin</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin/
implementation 'io.bootique.kotlin:bootique-kotlin:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin/
implementation ("io.bootique.kotlin:bootique-kotlin:2.0.1")
'io.bootique.kotlin:bootique-kotlin:jar:2.0.1'
<dependency org="io.bootique.kotlin" name="bootique-kotlin" rev="2.0.1">
<artifact name="bootique-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.kotlin', module='bootique-kotlin', version='2.0.1')
)
libraryDependencies += "io.bootique.kotlin" % "bootique-kotlin" % "2.0.1"
[io.bootique.kotlin/bootique-kotlin "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-test | jar | 2.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |