现代的通用的构建系统 Kobalt

码农软件 · 软件分类 · 项目构建 · 2019-11-15 15:58:27

软件介绍

Kobalt 是一个由Gradle和Maven启发的现代化通用的构建系统。 它重用了这两个成功和流行的构建系统的最好的概念,同时增加了自己的一些现代功能。 Kobalt完全在Kotlin中编写,其构建文件也是有效的Kotlin文件。

Kobalt的最突出的功能:

  • 清除、构建文件的最小语法

  • 自动完成在IDE中构建文件

  • 大部分任务是增量的

  • 直观的插件架构

示例代码:

import com.beust.kobalt.*
import com.beust.kobalt.plugin.java.*
import com.beust.kobalt.plugin.packaging.*
import com.beust.kobalt.plugin.publish.*
 
val jcommander = project {
    name = "jcommander"
    group = "com.beust"
    artifactId = name
    version = "1.52"
 
    dependenciesTest {
        compile("org.testng:testng:")
    }
 
    assemble {
        mavenJars {
        }
    }
 
    bintray {
        publish = false
    }
}

本文地址:https://www.codercto.com/soft/d/19052.html

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具