is not current version
Last Version 1.1.0

com.github.oehme.xtend:xtend-contrib 0.4.3

Extension methods and active annotations that are useful in everyday development, but missing from xtend-core.

GroupId

GroupId

com.github.oehme.xtend
ArtifactId

ArtifactId

xtend-contrib
Version

Version

0.4.3
Type

Type

jar

Download xtend-contrib 0.4.3


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