is not current version
Last Version 1.0.0

org.testifyproject.examples:example-junit-guice-integrationtest 0.9.3

Creates a new quickstart project to integration test Guice modules and services with Testify, JUnit4, Mockito, and AssertJ.

Categories

Categories

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

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-guice-integrationtest
Version

Version

0.9.3
Type

Type

jar

Download example-junit-guice-integrationtest 0.9.3


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