GroupId | GroupIdcom.github.oehme.xtend |
---|---|
ArtifactId | ArtifactIdxtend-contrib |
Version | Version0.4.7 |
Type | Typejar |
Filename | Size |
---|---|
xtend-contrib-0.4.7.pom | |
xtend-contrib-0.4.7.jar | 87 KB |
xtend-contrib-0.4.7-sources.jar | 66 KB |
xtend-contrib-0.4.7-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-contrib/ -->
<dependency>
<groupId>com.github.oehme.xtend</groupId>
<artifactId>xtend-contrib</artifactId>
<version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-contrib/
implementation 'com.github.oehme.xtend:xtend-contrib:0.4.7'
// https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-contrib/
implementation ("com.github.oehme.xtend:xtend-contrib:0.4.7")
'com.github.oehme.xtend:xtend-contrib:jar:0.4.7'
<dependency org="com.github.oehme.xtend" name="xtend-contrib" rev="0.4.7">
<artifact name="xtend-contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oehme.xtend', module='xtend-contrib', version='0.4.7')
)
libraryDependencies += "com.github.oehme.xtend" % "xtend-contrib" % "0.4.7"
[com.github.oehme.xtend/xtend-contrib "0.4.7"]