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