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