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

org.eclipse.xtext:org.eclipse.xtext.parent 2.9.0.rc1

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.parent
Версия

Версия

2.9.0.rc1
Тип

Тип

pom

Скачать org.eclipse.xtext.parent 2.9.0.rc1

Имя Файла Размер
org.eclipse.xtext.parent-2.9.0.rc1.pom 11 KB
Обзор

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