SDK Installation Candidates

关注微信公众号:
huyouxiao.com
回复语言名称,比如java,python,go,C, C++.有海量资源免费赠送!
Activator
http://www.lightbend.com/activator/download

Typesafe is a GUI/CLI tool to help with building reactive applicaions. It uses sbt (simple build tool) behind the scenes to build, run, and test your project. It provides a code editing interface, and provides templaes and seeds for you to clone and use.
$ sdk install activator
Ant
https://ant.apache.org/

Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
$ sdk install ant
AsciidoctorJ
http://asciidoctor.org/

AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a parsed AsciiDoc document from Java and other JVM languages.
$ sdk install asciidoctorj
Ceylon
http://ceylon-lang.org/

Ceylon is a modern, modular, statically typed programming language for the Java and JavaScript virtual machines. The language features a flexible and very readable syntax, a unique and uncommonly elegant static type system, a powerful module architecture, and excellent tooling.
$ sdk install ceylon
CRaSH
http://www.crashub.org/

The Common Reusable SHell (CRaSH) deploys in a Java runtime and provides interactions with the JVM. Commands are written in Groovy or Java and can be developed at runtime making the extension of the shell very easy with fast development cycle.
$ sdk install crash
Gaiden
http://kobo.github.io/gaiden/

Gaiden is a tool that makes it easy to create documentation with Markdown.
$ sdk install gaiden
Glide
http://glide-gae.appspot.com/

Glide makes it incredibly easy to develop apps that harness the power of Google App Engine for Java using expressiveness of Groovy and sweetness of Gaelyk’s syntactic sugar.
$ sdk install glide
Gradle
http://gradle.org/

Gradle is a build automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the more traditional XML form of declaring the project configuration. Gradle uses a directed acyclic graph (DAG) to determine the order in which tasks can be run.
$ sdk install gradle
Grails
https://grails.org/

Grails is a powerful web framework, for the Java platform aimed at multiplying developers productivity thanks to a Convention-over-Configuration, sensible defaults and opinionated APIs. It integrates smoothly with the JVM, allowing you to be immediately productive whilst providing powerful features, including integrated ORM, Domain-Specific Languages, runtime and compile-time meta-programming and Asynchronous programming.
$ sdk install grails
Griffon
http://griffon-framework.org/

Griffon is desktop application development platform for the JVM.Inspired by Grails, Griffon leverages the use of the Groovy language and concepts like Convention over Configuration. The Swing toolkit is the default UI toolkit of choice however others may be used, for example JavaFX.
$ sdk install griffon
Groovy
http://www.groovy-lang.org/

Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming.
$ sdk install groovy
GroovyServ
https://kobo.github.io/groovyserv/

GroovyServ reduces startup time of the JVM for runnning Groovy significantly. It depends on your environments, but in most cases, it’s 10 to 20 times faster than regular Groovy.
$ sdk install groovyserv
Java
http://www.oracle.com/technetwork/java/javase

Java Platform, Standard Edition (or Java SE) is a widely used platform for development and deployment of portable code for desktop and server environments. Java SE uses the object-oriented Java programming language. It is part of the Java software-platform family. Java SE defines a wide range of general-purpose APIs – such as Java APIs for the Java Class Library – and also includes the Java Language Specification and the Java Virtual Machine Specification. One of the most well-known implementations of Java SE is Oracle Corporation’s Java Development Kit (JDK).
$ sdk install java
JBake
http://jbake.org/

JBake is a Java based, open source, static site/blog generator for developers and designers.
$ sdk install jbake
Kobalt
http://beust.com/kobalt

Kobalt is a build system inspired by Gradle and Maven. It reuses the best concepts from these two successful and popular build systems while adding a few modern features of its own. Kobalt is written entirely in Kotlin and its build files are valid Kotlin files as well.
$ sdk install kobalt
Kotlin
https://kotlinlang.org/

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and can also be compiled to JavaScript source code.
$ sdk install kotlin
kscript
https://github.com/holgerbrandl/kscript

Enhanced scripting support for Kotlin on *nix-based systems. kscript provides an easy-to-use, very flexible, and almost zero-overhead solution to write self-contained mini-applications with Kotlin.
$ sdk install kscript
Lazybones
https://github.com/pledbrook/lazybones/

Lazybones allows you to create a new project structure for any framework or library for which the tool has a template.
$ sdk install lazybones
Leiningen
http://leiningen.org/

Leiningen is the easiest way to use Clojure. With a focus on project automation and declarative configuration, it gets out of your way and lets you focus on your code.
$ sdk install leiningen
Maven
https://maven.apache.org/

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.
$ sdk install maven
sbt
http://www.scala-sbt.org/

SBT is an open source build tool for Scala and Java projects, similar to Java’s Maven or Ant. Its main features are: native support for compiling Scala code and integrating with many Scala test frameworks; build descriptions written in Scala using a DSL; dependency management using Ivy (which supports Maven-format repositories); continuous compilation, testing, and deployment; integration with the Scala interpreter for rapid iteration and debugging; support for mixed Java/Scala projects
$ sdk install sbt
Scala
http://www.scala-lang.org/

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Scala source code is intended to be compiled to Java bytecode, so that the resulting executable code runs on a Java virtual machine. Java libraries may be used directly in Scala code and vice versa. Scala is object-oriented, and uses a curly-brace syntax. Scala has many features of functional programming languages, including currying, type inference, immutability, lazy evaluation, and pattern matching. It also has an advanced type system supporting algebraic data types, covariance and contravariance, higher-order types, and anonymous types. Other features of Scala include operator overloading, optional parameters, named parameters, raw strings, and no checked exceptions.
$ sdk install scala
Spring Boot
http://projects.spring.io/spring-boot/

Spring Boot takes an opinionated view of building production-ready Spring applications. It favors convention over configuration and is designed to get you up and running as quickly as possible.
$ sdk install springboot
Sshoogr
https://github.com/aestasit/sshoogr

Sshoogr is a Groovy based DSL and command line tool for working with remote servers through SSH.
$ sdk install sshoogr
Vert.x
http://vertx.io/

Vert.x is a tool-kit for building reactive applications on the JVM.
$ sdk install vertx

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值