Kobalt
Kobalt is a universal build system.
To build it:
$ ./kobaltw assemble
Please see the web site for the full documentation.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.beust |
| Идентификатор | Идентификаторkobalt |
| Последняя версия | Последняя версия0.181 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеkobalt
A build system in Kotlin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kobalt-0.181.pom | |
| kobalt-0.181.jar | 23 MB |
| kobalt-0.181-sources.jar | 75 KB |
| kobalt-0.181-javadoc.jar | 189 bytes |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
Kobalt is a universal build system.
To build it:
$ ./kobaltw assemble
Please see the web site for the full documentation.