kobalt

A build system in Kotlin

License

License

GroupId

GroupId

com.beust
ArtifactId

ArtifactId

kobalt
Last Version

Last Version

0.181
Release Date

Release Date

Type

Type

jar
Description

Description

kobalt
A build system in Kotlin
Project URL

Project URL

http://beust.com/kobalt
Source Code Management

Source Code Management

http://github.com/cbeust/kobalt

Download kobalt

How to add to project

<!-- https://jarcasting.com/artifacts/com.beust/kobalt/ -->
<dependency>
    <groupId>com.beust</groupId>
    <artifactId>kobalt</artifactId>
    <version>0.181</version>
</dependency>
// https://jarcasting.com/artifacts/com.beust/kobalt/
implementation 'com.beust:kobalt:0.181'
// https://jarcasting.com/artifacts/com.beust/kobalt/
implementation ("com.beust:kobalt:0.181")
'com.beust:kobalt:jar:0.181'
<dependency org="com.beust" name="kobalt" rev="0.181">
  <artifact name="kobalt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beust', module='kobalt', version='0.181')
)
libraryDependencies += "com.beust" % "kobalt" % "0.181"
[com.beust/kobalt "0.181"]

Dependencies

compile (12)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 0.14.449
org.jetbrains.kotlin : kotlin-compiler-embeddable jar 0.14.449
com.beust : jcommander jar 1.48
com.beust : klaxon jar 0.16
com.squareup.okhttp : okhttp jar 2.5.0
org.slf4j : slf4j-api jar 1.7.12
org.jsoup : jsoup jar 1.8.3
com.google.inject : guice jar 4.0
com.google.inject.extensions : guice-assistedinject jar 4.0
com.google.guava : guava jar 19.0-rc2
org.apache.maven : maven-model jar 3.3.3
com.github.spullara.mustache.java : compiler jar 0.9.1

Project Modules

There are no modules declared in this project.

Kobalt

Kobalt is a universal build system.

To build it:

$ ./kobaltw assemble

Please see the web site for the full documentation.

Versions

Version
0.181