| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.fitbur.testify.examples |
| ArtifactId | ArtifactIdjunit-unittest |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA project for experimenting and prototyping
|
| Project Organization |
Project OrganizationSharmarke Aden |
| Filename | Size |
|---|---|
| junit-unittest-0.0.2.pom | |
| junit-unittest-0.0.2.jar | 1 KB |
| junit-unittest-0.0.2-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.examples/junit-unittest/ -->
<dependency>
<groupId>com.fitbur.testify.examples</groupId>
<artifactId>junit-unittest</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/junit-unittest/
implementation 'com.fitbur.testify.examples:junit-unittest:0.0.2'
// https://jarcasting.com/artifacts/com.fitbur.testify.examples/junit-unittest/
implementation ("com.fitbur.testify.examples:junit-unittest:0.0.2")
'com.fitbur.testify.examples:junit-unittest:jar:0.0.2'
<dependency org="com.fitbur.testify.examples" name="junit-unittest" rev="0.0.2">
<artifact name="junit-unittest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.examples', module='junit-unittest', version='0.0.2')
)
libraryDependencies += "com.fitbur.testify.examples" % "junit-unittest" % "0.0.2"
[com.fitbur.testify.examples/junit-unittest "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.12,) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | [3.2.0,) |