t

tutorial

The following tutorial describes how we can apply Design by Contract within a Java project
Files download
File Operation
tutorial-0.2.0.jar download
tutorial-0.2.0.pom download
tutorial-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uniknow.agiledev.dbc4j</groupId>
  <artifactId>tutorial</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.uniknow.agiledev.dbc4j:tutorial:0.2.0'
Gradle Kotlin
implementation("org.uniknow.agiledev.dbc4j:tutorial:0.2.0")
Scala SBT
libraryDependencies += "org.uniknow.agiledev.dbc4j" % "tutorial" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.uniknow.agiledev.dbc4j', module='tutorial', version='0.2.0')
)
Apache Ivy
<dependency org="org.uniknow.agiledev.dbc4j" name="tutorial" rev="0.2.0" />
Leiningen
[org.uniknow.agiledev.dbc4j/tutorial "0.2.0"]
Apache Buildr
'org.uniknow.agiledev.dbc4j:tutorial:jar:0.2.0'