License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.oehme.xtend |
ArtifactId | ArtifactIdxtend-junit |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxtend-junit
Makes using Junit4 even more fun with Xtend
|
Project URL |
Project URL |
Filename | Size |
---|---|
xtend-junit-0.0.2.pom | |
xtend-junit-0.0.2.jar | 84 KB |
xtend-junit-0.0.2-sources.jar | 26 KB |
xtend-junit-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-junit/ -->
<dependency>
<groupId>com.github.oehme.xtend</groupId>
<artifactId>xtend-junit</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-junit/
implementation 'com.github.oehme.xtend:xtend-junit:0.0.2'
// https://jarcasting.com/artifacts/com.github.oehme.xtend/xtend-junit/
implementation ("com.github.oehme.xtend:xtend-junit:0.0.2")
'com.github.oehme.xtend:xtend-junit:jar:0.0.2'
<dependency org="com.github.oehme.xtend" name="xtend-junit" rev="0.0.2">
<artifact name="xtend-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oehme.xtend', module='xtend-junit', version='0.0.2')
)
libraryDependencies += "com.github.oehme.xtend" % "xtend-junit" % "0.0.2"
[com.github.oehme.xtend/xtend-junit "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.oehme.xtend : xtend-contrib | jar | 0.5.2 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.xtend : org.eclipse.xtend.core | jar | 2.7.+ |