| GroupId | GroupIdio.fnproject.fn |
|---|---|
| ArtifactId | ArtifactIdruntime |
| Version | Version1.0.127 |
| Type | Typejar |
| Filename | Size |
|---|---|
| runtime-1.0.127.pom | |
| runtime-1.0.127.jar | 92 KB |
| runtime-1.0.127-sources.jar | 59 KB |
| runtime-1.0.127-javadoc.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fnproject.fn/runtime/ -->
<dependency>
<groupId>io.fnproject.fn</groupId>
<artifactId>runtime</artifactId>
<version>1.0.127</version>
</dependency>
// https://jarcasting.com/artifacts/io.fnproject.fn/runtime/
implementation 'io.fnproject.fn:runtime:1.0.127'
// https://jarcasting.com/artifacts/io.fnproject.fn/runtime/
implementation ("io.fnproject.fn:runtime:1.0.127")
'io.fnproject.fn:runtime:jar:1.0.127'
<dependency org="io.fnproject.fn" name="runtime" rev="1.0.127">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fnproject.fn', module='runtime', version='1.0.127')
)
libraryDependencies += "io.fnproject.fn" % "runtime" % "1.0.127"
[io.fnproject.fn/runtime "1.0.127"]