| License |
License |
|---|---|
| GroupId | GroupIdorg.uniknow.agiledev.dbc4j |
| ArtifactId | ArtifactIdtutorial |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionTutorial Design by Contract
The following tutorial describes how we can apply Design by Contract
within a Java project
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tutorial-0.2.0.pom | |
| tutorial-0.2.0.jar | 10 KB |
| tutorial-0.2.0-sources.jar | 2 KB |
| tutorial-0.2.0-javadoc.jar | 403 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.uniknow.agiledev : dbc4java | jar | 0.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |