License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.dadrox |
ArtifactId | ArtifactIdsbt-junit |
Version | Version0.3.1 |
Type | Typejar |
Description |
Descriptionsbt-junit
sbt-junit
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.dadrox |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sbt-junit-0.3.1.pom | |
sbt-junit-0.3.1.jar | 22 KB |
sbt-junit-0.3.1-sources.jar | 10 KB |
sbt-junit-0.3.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dadrox/sbt-junit/ -->
<dependency>
<groupId>com.dadrox</groupId>
<artifactId>sbt-junit</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dadrox/sbt-junit/
implementation 'com.dadrox:sbt-junit:0.3.1'
// https://jarcasting.com/artifacts/com.dadrox/sbt-junit/
implementation ("com.dadrox:sbt-junit:0.3.1")
'com.dadrox:sbt-junit:jar:0.3.1'
<dependency org="com.dadrox" name="sbt-junit" rev="0.3.1">
<artifact name="sbt-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dadrox', module='sbt-junit', version='0.3.1')
)
libraryDependencies += "com.dadrox" % "sbt-junit" % "0.3.1"
[com.dadrox/sbt-junit "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.scala-sbt : test-interface | jar | 1.0 |