Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.keyko.nevermined |
ArtifactId | ArtifactIdcontracts |
Version | Version1.0.0-rc5 |
Type | Typejar |
Filename | Size |
---|---|
contracts-1.0.0-rc5.pom | |
contracts-1.0.0-rc5.jar | 2 MB |
contracts-1.0.0-rc5-sources.jar | 392 KB |
contracts-1.0.0-rc5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.keyko.nevermined/contracts/ -->
<dependency>
<groupId>io.keyko.nevermined</groupId>
<artifactId>contracts</artifactId>
<version>1.0.0-rc5</version>
</dependency>
// https://jarcasting.com/artifacts/io.keyko.nevermined/contracts/
implementation 'io.keyko.nevermined:contracts:1.0.0-rc5'
// https://jarcasting.com/artifacts/io.keyko.nevermined/contracts/
implementation ("io.keyko.nevermined:contracts:1.0.0-rc5")
'io.keyko.nevermined:contracts:jar:1.0.0-rc5'
<dependency org="io.keyko.nevermined" name="contracts" rev="1.0.0-rc5">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.keyko.nevermined', module='contracts', version='1.0.0-rc5')
)
libraryDependencies += "io.keyko.nevermined" % "contracts" % "1.0.0-rc5"
[io.keyko.nevermined/contracts "1.0.0-rc5"]