Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.fitbur.testify.junit |
ArtifactId | ArtifactIdjunit-core |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
junit-core-0.0.8.pom | |
junit-core-0.0.8.jar | 4 KB |
junit-core-0.0.8-sources.jar | 2 KB |
junit-core-0.0.8-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.junit/junit-core/ -->
<dependency>
<groupId>com.fitbur.testify.junit</groupId>
<artifactId>junit-core</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/junit-core/
implementation 'com.fitbur.testify.junit:junit-core:0.0.8'
// https://jarcasting.com/artifacts/com.fitbur.testify.junit/junit-core/
implementation ("com.fitbur.testify.junit:junit-core:0.0.8")
'com.fitbur.testify.junit:junit-core:jar:0.0.8'
<dependency org="com.fitbur.testify.junit" name="junit-core" rev="0.0.8">
<artifact name="junit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.junit', module='junit-core', version='0.0.8')
)
libraryDependencies += "com.fitbur.testify.junit" % "junit-core" % "0.0.8"
[com.fitbur.testify.junit/junit-core "0.0.8"]