junit-assignment

A demo application used as an example on how to set up pushing its components to the Central Repository.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.animeshbhagwat
ArtifactId

ArtifactId

junit-assignment
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

junit-assignment
A demo application used as an example on how to set up pushing its components to the Central Repository.
Project URL

Project URL

https://github.com/animeshbhagwat/junit-assignment
Source Code Management

Source Code Management

https://github.com/animeshbhagwat/junit-assignment

Download junit-assignment

How to add to project

<!-- 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"]

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0