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