| License |
License |
|---|---|
| GroupId | GroupIdcom.github.inspektr |
| ArtifactId | ArtifactIdinspektr-support-spring |
| Last Version | Last Version1.1.GA |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInspektr - Spring Framework Support
Inspektr Spring Support
|
| Project Organization |
Project OrganizationRutgers, the State University of New Jersey |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-support-spring</artifactId>
<version>1.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/
implementation 'com.github.inspektr:inspektr-support-spring:1.1.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/
implementation ("com.github.inspektr:inspektr-support-spring:1.1.GA")
'com.github.inspektr:inspektr-support-spring:jar:1.1.GA'
<dependency org="com.github.inspektr" name="inspektr-support-spring" rev="1.1.GA">
<artifact name="inspektr-support-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-support-spring', version='1.1.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-support-spring" % "1.1.GA"
[com.github.inspektr/inspektr-support-spring "1.1.GA"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.inspektr : inspektr-audit | jar | 1.1.GA |
| com.github.inspektr : inspektr-error | jar | 1.1.GA |
| com.github.inspektr : inspektr-common | jar | 1.1.GA |
| org.springframework.security : spring-security-core Optional | jar | 3.1.3.RELEASE |
| org.springframework : spring-web | jar | 3.2.5.RELEASE |
| org.springframework : spring-webmvc | jar | 3.2.5.RELEASE |
| org.springframework : spring-tx | jar | 3.2.5.RELEASE |
| org.springframework : spring-jdbc | jar | 3.2.5.RELEASE |
| org.springframework : spring-beans | jar | 3.2.5.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |