License |
License |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdbrave-impl-spring |
Last Version | Last Version3.0.0-alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbrave-impl-spring
Spring Configuration and helper classes for using brave-impl with Spring as dependency injection
framework.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-impl-spring/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl-spring/
implementation 'com.github.kristofa:brave-impl-spring:3.0.0-alpha-1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl-spring/
implementation ("com.github.kristofa:brave-impl-spring:3.0.0-alpha-1")
'com.github.kristofa:brave-impl-spring:jar:3.0.0-alpha-1'
<dependency org="com.github.kristofa" name="brave-impl-spring" rev="3.0.0-alpha-1">
<artifact name="brave-impl-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-impl-spring', version='3.0.0-alpha-1')
)
libraryDependencies += "com.github.kristofa" % "brave-impl-spring" % "3.0.0-alpha-1"
[com.github.kristofa/brave-impl-spring "3.0.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kristofa : brave-core | jar | 3.0.0-alpha-1 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.1.6.RELEASE |
org.springframework : spring-context | jar | 4.1.6.RELEASE |
org.springframework : spring-webmvc | jar | 4.1.6.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
org.springframework : spring-test | jar | 4.1.6.RELEASE |
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.10.19 |