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

org.eclipse.xtext:org.eclipse.xtext.parent 2.8.4

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.8.4
Тип

Тип

pom

Скачать org.eclipse.xtext.parent 2.8.4

Имя Файла Размер
org.eclipse.xtext.parent-2.8.4.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.8.4</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.8.4'
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.parent/
implementation ("org.eclipse.xtext:org.eclipse.xtext.parent:2.8.4")
'org.eclipse.xtext:org.eclipse.xtext.parent:pom:2.8.4'
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.parent" rev="2.8.4">
  <artifact name="org.eclipse.xtext.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.parent', version='2.8.4')
)
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.parent" % "2.8.4"
[org.eclipse.xtext/org.eclipse.xtext.parent "2.8.4"]