p

parent

Parent pom for Design By Contract for Java
https://github.com/UniKnow/Dbc4J
Apache License, Version 2.0
UniKnow
Mark Schenk
Files download
File Operation
parent-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.uniknow.agiledev.dbc4j</groupId>
  <artifactId>parent</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.uniknow.agiledev.dbc4j:parent:0.2.0'
Gradle Kotlin
implementation("org.uniknow.agiledev.dbc4j:parent:0.2.0")
Scala SBT
libraryDependencies += "org.uniknow.agiledev.dbc4j" % "parent" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.uniknow.agiledev.dbc4j', module='parent', version='0.2.0')
)
Apache Ivy
<dependency org="org.uniknow.agiledev.dbc4j" name="parent" rev="0.2.0" />
Leiningen
[org.uniknow.agiledev.dbc4j/parent "0.2.0"]
Apache Buildr
'org.uniknow.agiledev.dbc4j:parent:jar:0.2.0'
Dependencies
The project has no third-party dependencies