parent
Parent pom for my projects to have stuff at one place
| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdnl.pvanassen |
| ArtifactId | ArtifactIdguice-junit-runner |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuice JUnit Runner
Parent pom for projects by Paul van Assen
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| guice-junit-runner-1.1.0.pom | |
| guice-junit-runner-1.1.0.jar | 4 KB |
| guice-junit-runner-1.1.0-sources.jar | 2 KB |
| guice-junit-runner-1.1.0-javadoc.jar | 27 KB |
| Browse |
<!-- 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"]
| 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 |
Parent pom for my projects to have stuff at one place