3rd Party Dependencies - Library

Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.xtext
Идентификатор

Идентификатор

org.eclipse.xtext.dependencies
Последняя версия

Последняя версия

2.8.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

3rd Party Dependencies - Library
Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

Скачать org.eclipse.xtext.dependencies

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.eclipse.tycho : org.eclipse.jdt.core jar 3.10.0.v20140604-1726

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0