Guice JUnit Runner

Parent pom for projects by Paul van Assen

License

License

Categories

Categories

JUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

nl.pvanassen
ArtifactId

ArtifactId

guice-junit-runner
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Guice JUnit Runner
Parent pom for projects by Paul van Assen
Project URL

Project URL

http://maven.apache.org

Download guice-junit-runner

How to add to project

<!-- https://jarcasting.com/artifacts/nl.pvanassen/guice-junit-runner/ -->
<dependency>
    <groupId>nl.pvanassen</groupId>
    <artifactId>guice-junit-runner</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.pvanassen/guice-junit-runner/
implementation 'nl.pvanassen:guice-junit-runner:1.1.0'
// https://jarcasting.com/artifacts/nl.pvanassen/guice-junit-runner/
implementation ("nl.pvanassen:guice-junit-runner:1.1.0")
'nl.pvanassen:guice-junit-runner:jar:1.1.0'
<dependency org="nl.pvanassen" name="guice-junit-runner" rev="1.1.0">
  <artifact name="guice-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.pvanassen', module='guice-junit-runner', version='1.1.0')
)
libraryDependencies += "nl.pvanassen" % "guice-junit-runner" % "1.1.0"
[nl.pvanassen/guice-junit-runner "1.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.inject : guice jar 3.0
org.mybatis : mybatis-guice Optional jar 3.6
org.slf4j : slf4j-api Optional jar 1.7.12
org.mybatis : mybatis Optional jar 3.2.8

Project Modules

There are no modules declared in this project.

parent

Parent pom for my projects to have stuff at one place

Versions

Version
1.1.0
1.0.0