Last Version

Design By Contracts for Spring 0.1.7

dbc4spring is a java solution for 'Design by Contract' with seamless integration into the Spring Framework.

License

License

GroupId

GroupId

org.uniknow.agiledev
ArtifactId

ArtifactId

dbc4spring
Version

Version

0.1.7
Type

Type

jar
Description

Description

Design By Contracts for Spring
dbc4spring is a java solution for 'Design by Contract' with seamless integration into the Spring Framework.
Project Organization

Project Organization

UniKnow

Download dbc4spring 0.1.7


<!-- https://jarcasting.com/artifacts/org.uniknow.agiledev/dbc4spring/ -->
<dependency>
    <groupId>org.uniknow.agiledev</groupId>
    <artifactId>dbc4spring</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.uniknow.agiledev/dbc4spring/
implementation 'org.uniknow.agiledev:dbc4spring:0.1.7'
// https://jarcasting.com/artifacts/org.uniknow.agiledev/dbc4spring/
implementation ("org.uniknow.agiledev:dbc4spring:0.1.7")
'org.uniknow.agiledev:dbc4spring:jar:0.1.7'
<dependency org="org.uniknow.agiledev" name="dbc4spring" rev="0.1.7">
  <artifact name="dbc4spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uniknow.agiledev', module='dbc4spring', version='0.1.7')
)
libraryDependencies += "org.uniknow.agiledev" % "dbc4spring" % "0.1.7"
[org.uniknow.agiledev/dbc4spring "0.1.7"]

Dependencies

compile (3)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
org.hibernate : hibernate-validator jar [4.2.0.Final,4.3.2.Final]
com.google.code.findbugs : jsr305 jar 2.0.2

provided (6)

Group / Artifact Type Version
org.springframework : spring-beans jar [3.0.7.RELEASE,3.2.13.RELEASE]
org.springframework : spring-aop jar [3.0.7.RELEASE,3.2.13.RELEASE]
org.springframework : spring-aspects jar [3.0.7.RELEASE,3.2.13.RELEASE]
org.aspectj : aspectjrt jar [1.7.0,1.8.5]
org.aspectj : aspectjweaver jar [1.7.0,1.8.5]
cglib : cglib jar 3.1

test (3)

Group / Artifact Type Version
org.springframework : spring-test jar [3.0.7.RELEASE,3.2.13.RELEASE]
org.springframework : spring-context jar [3.0.7.RELEASE,3.2.13.RELEASE]
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.