License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.animeshbhagwat |
ArtifactId | ArtifactIdjunit-assignment |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-assignment
A demo application used as an example on how to set up pushing
its components to the Central Repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-assignment-1.0.4.pom | |
junit-assignment-1.0.4.jar | 3 KB |
junit-assignment-1.0.4-sources.jar | 1 KB |
junit-assignment-1.0.4-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.animeshbhagwat/junit-assignment/ -->
<dependency>
<groupId>io.github.animeshbhagwat</groupId>
<artifactId>junit-assignment</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animeshbhagwat/junit-assignment/
implementation 'io.github.animeshbhagwat:junit-assignment:1.0.4'
// https://jarcasting.com/artifacts/io.github.animeshbhagwat/junit-assignment/
implementation ("io.github.animeshbhagwat:junit-assignment:1.0.4")
'io.github.animeshbhagwat:junit-assignment:jar:1.0.4'
<dependency org="io.github.animeshbhagwat" name="junit-assignment" rev="1.0.4">
<artifact name="junit-assignment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animeshbhagwat', module='junit-assignment', version='1.0.4')
)
libraryDependencies += "io.github.animeshbhagwat" % "junit-assignment" % "1.0.4"
[io.github.animeshbhagwat/junit-assignment "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.mockito : mockito-core | jar | 3.10.0 |