| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ptomli.bedrock |
| ArtifactId | ArtifactIdbedrock-test |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionBedrock Test
DropWizard and other useful libraries packaged for common foundation of services
|
| Filename | Size |
|---|---|
| bedrock-test-1.0.0.pom | |
| bedrock-test-1.0.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-test/ -->
<dependency>
<groupId>com.github.ptomli.bedrock</groupId>
<artifactId>bedrock-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-test/
implementation 'com.github.ptomli.bedrock:bedrock-test:1.0.0'
// https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-test/
implementation ("com.github.ptomli.bedrock:bedrock-test:1.0.0")
'com.github.ptomli.bedrock:bedrock-test:jar:1.0.0'
<dependency org="com.github.ptomli.bedrock" name="bedrock-test" rev="1.0.0">
<artifact name="bedrock-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptomli.bedrock', module='bedrock-test', version='1.0.0')
)
libraryDependencies += "com.github.ptomli.bedrock" % "bedrock-test" % "1.0.0"
[com.github.ptomli.bedrock/bedrock-test "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yammer.dropwizard : dropwizard-testing | jar | 0.6.1 |
| org.springframework : spring-test | jar | 3.1.4.RELEASE |
| org.springframework.integration : spring-integration-test | jar | 2.2.1.RELEASE |
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.hamcrest : hamcrest-library | jar | 1.3 |