License |
License |
---|---|
Categories |
CategoriesKotlin Languages Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.kotlin |
ArtifactId | ArtifactIdbootique-kotlin-docs |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent POM of Bootique Kotlin module.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-kotlin-docs-2.0.1.pom | |
bootique-kotlin-docs-2.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin-docs/ -->
<dependency>
<groupId>io.bootique.kotlin</groupId>
<artifactId>bootique-kotlin-docs</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin-docs/
implementation 'io.bootique.kotlin:bootique-kotlin-docs:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.kotlin/bootique-kotlin-docs/
implementation ("io.bootique.kotlin:bootique-kotlin-docs:2.0.1")
'io.bootique.kotlin:bootique-kotlin-docs:jar:2.0.1'
<dependency org="io.bootique.kotlin" name="bootique-kotlin-docs" rev="2.0.1">
<artifact name="bootique-kotlin-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.kotlin', module='bootique-kotlin-docs', version='2.0.1')
)
libraryDependencies += "io.bootique.kotlin" % "bootique-kotlin-docs" % "2.0.1"
[io.bootique.kotlin/bootique-kotlin-docs "2.0.1"]