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