a

active

Plugback Active is a set of active annotations for the Xtend programming language.
https://github.com/plugback/active
The Apache Software License, Version 2.0
Plugback
Salvatore A. Romeo
Files download
File Operation
active-1.0.3-BETA.jar download
active-1.0.3-BETA.pom download
active-1.0.3-BETA-sources.jar download
Apache Maven
<dependency>
  <groupId>com.plugback</groupId>
  <artifactId>active</artifactId>
  <version>1.0.3-BETA</version>
</dependency>
Gradle Groovy
implementation 'com.plugback:active:1.0.3-BETA'
Gradle Kotlin
implementation("com.plugback:active:1.0.3-BETA")
Scala SBT
libraryDependencies += "com.plugback" % "active" % "1.0.3-BETA"
Groovy Grape
@Grapes(
  @Grab(group='com.plugback', module='active', version='1.0.3-BETA')
)
Apache Ivy
<dependency org="com.plugback" name="active" rev="1.0.3-BETA" />
Leiningen
[com.plugback/active "1.0.3-BETA"]
Apache Buildr
'com.plugback:active:jar:1.0.3-BETA'