GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
runtime-1.1.1.pom | |
runtime-1.1.1.jar | 61 MB |
runtime-1.1.1-tests.jar | 65 KB |
runtime-1.1.1-test-sources.jar | 41 KB |
runtime-1.1.1-swagger.yaml | 30 KB |
runtime-1.1.1-swagger.json | 23 KB |
runtime-1.1.1-sources.jar | 59 KB |
runtime-1.1.1-openshift.yml | 4 KB |
runtime-1.1.1-openshift.json | 5 KB |
runtime-1.1.1-kubernetes.yml | 3 KB |
runtime-1.1.1-kubernetes.json | 5 KB |
runtime-1.1.1-javadoc.jar | 87 KB |
runtime-1.1.1-helm.tar.gz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/runtime/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>runtime</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/runtime/
implementation 'io.syndesis:runtime:1.1.1'
// https://jarcasting.com/artifacts/io.syndesis/runtime/
implementation ("io.syndesis:runtime:1.1.1")
'io.syndesis:runtime:jar:1.1.1'
<dependency org="io.syndesis" name="runtime" rev="1.1.1">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='runtime', version='1.1.1')
)
libraryDependencies += "io.syndesis" % "runtime" % "1.1.1"
[io.syndesis/runtime "1.1.1"]