GroupId | GroupIdcom.fnproject.fn |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version1.0.72 |
Type | Typejar |
Filename | Size |
---|---|
runtime-1.0.72.pom | |
runtime-1.0.72.jar | 71 KB |
runtime-1.0.72-sources.jar | 37 KB |
runtime-1.0.72-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.72</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation 'com.fnproject.fn:runtime:1.0.72'
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation ("com.fnproject.fn:runtime:1.0.72")
'com.fnproject.fn:runtime:jar:1.0.72'
<dependency org="com.fnproject.fn" name="runtime" rev="1.0.72">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='runtime', version='1.0.72')
)
libraryDependencies += "com.fnproject.fn" % "runtime" % "1.0.72"
[com.fnproject.fn/runtime "1.0.72"]