Last Version

Tutorial Design by Contract 0.2.0

The following tutorial describes how we can apply Design by Contract within a Java project

License

License

GroupId

GroupId

org.uniknow.agiledev.dbc4j
ArtifactId

ArtifactId

tutorial
Version

Version

0.2.0
Type

Type

jar
Description

Description

Tutorial Design by Contract
The following tutorial describes how we can apply Design by Contract within a Java project
Project Organization

Project Organization

UniKnow

Download tutorial 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.uniknow.agiledev : dbc4java jar 0.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.