| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ptomli.bedrock |
| ArtifactId | ArtifactIdbedrock-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionBedrock Core
DropWizard and other useful libraries packaged for common foundation of services
|
| Filename | Size |
|---|---|
| bedrock-core-1.0.0.pom | |
| bedrock-core-1.0.0.jar | 7 KB |
| bedrock-core-1.0.0-sources.jar | 4 KB |
| bedrock-core-1.0.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-core/ -->
<dependency>
<groupId>com.github.ptomli.bedrock</groupId>
<artifactId>bedrock-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-core/
implementation 'com.github.ptomli.bedrock:bedrock-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.ptomli.bedrock/bedrock-core/
implementation ("com.github.ptomli.bedrock:bedrock-core:1.0.0")
'com.github.ptomli.bedrock:bedrock-core:jar:1.0.0'
<dependency org="com.github.ptomli.bedrock" name="bedrock-core" rev="1.0.0">
<artifact name="bedrock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptomli.bedrock', module='bedrock-core', version='1.0.0')
)
libraryDependencies += "com.github.ptomli.bedrock" % "bedrock-core" % "1.0.0"
[com.github.ptomli.bedrock/bedrock-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.javaee : jboss-jms-api | jar | 1.1.0.GA |
| org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |