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