a

arena-xtend

Arena's API extension for xtend language.
Files download
File Operation
arena-xtend-3.6.3.jar download
arena-xtend-3.6.3.pom download
arena-xtend-3.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uqbar-project</groupId>
  <artifactId>arena-xtend</artifactId>
  <version>3.6.3</version>
</dependency>
Gradle Groovy
implementation 'org.uqbar-project:arena-xtend:3.6.3'
Gradle Kotlin
implementation("org.uqbar-project:arena-xtend:3.6.3")
Scala SBT
libraryDependencies += "org.uqbar-project" % "arena-xtend" % "3.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.uqbar-project', module='arena-xtend', version='3.6.3')
)
Apache Ivy
<dependency org="org.uqbar-project" name="arena-xtend" rev="3.6.3" />
Leiningen
[org.uqbar-project/arena-xtend "3.6.3"]
Apache Buildr
'org.uqbar-project:arena-xtend:jar:3.6.3'