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