License |
License |
---|---|
GroupId | GroupIdcom.github.fburato |
ArtifactId | ArtifactIdthistle |
Version | Version0.2 |
Type | Typejar |
Description |
Descriptionthistle
JUnit runner for Jasmine like tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thistle-0.2.pom | |
thistle-0.2.jar | 25 KB |
thistle-0.2-sources.jar | 9 KB |
thistle-0.2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fburato/thistle/ -->
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>thistle</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/thistle/
implementation 'com.github.fburato:thistle:0.2'
// https://jarcasting.com/artifacts/com.github.fburato/thistle/
implementation ("com.github.fburato:thistle:0.2")
'com.github.fburato:thistle:jar:0.2'
<dependency org="com.github.fburato" name="thistle" rev="0.2">
<artifact name="thistle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='thistle', version='0.2')
)
libraryDependencies += "com.github.fburato" % "thistle" % "0.2"
[com.github.fburato/thistle "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugins : maven-surefire-plugin | jar | 2.19.1 |
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |