License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdio.github.asvanberg |
ArtifactId | ArtifactIddonkey-parent |
Version | Version1.3.0 |
Type | Typepom |
Description |
DescriptionDonkey parent
Common configuration for all Donkey modules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
donkey-parent-1.3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.asvanberg/donkey-parent/ -->
<dependency>
<groupId>io.github.asvanberg</groupId>
<artifactId>donkey-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.asvanberg/donkey-parent/
implementation 'io.github.asvanberg:donkey-parent:1.3.0'
// https://jarcasting.com/artifacts/io.github.asvanberg/donkey-parent/
implementation ("io.github.asvanberg:donkey-parent:1.3.0")
'io.github.asvanberg:donkey-parent:pom:1.3.0'
<dependency org="io.github.asvanberg" name="donkey-parent" rev="1.3.0">
<artifact name="donkey-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.asvanberg', module='donkey-parent', version='1.3.0')
)
libraryDependencies += "io.github.asvanberg" % "donkey-parent" % "1.3.0"
[io.github.asvanberg/donkey-parent "1.3.0"]