Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdro.kuberam |
ArtifactId | ArtifactIdjunit-tests |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
junit-tests-0.1.pom | |
junit-tests-0.1.jar | 4 KB |
junit-tests-0.1-sources.jar | 1 KB |
junit-tests-0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.kuberam/junit-tests/ -->
<dependency>
<groupId>ro.kuberam</groupId>
<artifactId>junit-tests</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ro.kuberam/junit-tests/
implementation 'ro.kuberam:junit-tests:0.1'
// https://jarcasting.com/artifacts/ro.kuberam/junit-tests/
implementation ("ro.kuberam:junit-tests:0.1")
'ro.kuberam:junit-tests:jar:0.1'
<dependency org="ro.kuberam" name="junit-tests" rev="0.1">
<artifact name="junit-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.kuberam', module='junit-tests', version='0.1')
)
libraryDependencies += "ro.kuberam" % "junit-tests" % "0.1"
[ro.kuberam/junit-tests "0.1"]