| License |
License |
|---|---|
| GroupId | GroupIdcom.fnproject.fn |
| ArtifactId | ArtifactIdruntime |
| Version | Version1.0.130 |
| Type | Typejar |
| Description |
DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn
|
| Filename | Size |
|---|---|
| runtime-1.0.130.pom | |
| runtime-1.0.130.jar | 93 KB |
| runtime-1.0.130-sources.jar | 60 KB |
| runtime-1.0.130-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.130</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation 'com.fnproject.fn:runtime:1.0.130'
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation ("com.fnproject.fn:runtime:1.0.130")
'com.fnproject.fn:runtime:jar:1.0.130'
<dependency org="com.fnproject.fn" name="runtime" rev="1.0.130">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='runtime', version='1.0.130')
)
libraryDependencies += "com.fnproject.fn" % "runtime" % "1.0.130"
[com.fnproject.fn/runtime "1.0.130"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fnproject.fn : api | jar | 1.0.130 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
| org.apache.httpcomponents : httpcore | jar | 4.4.13 |
| commons-io : commons-io | jar | 2.6 |
| net.jodah : typetools | jar | 0.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 3.3.3 |
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.16.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.12 |
| org.eclipse.jetty : jetty-client | jar | 9.4.12.v20180830 |
| org.eclipse.jetty : jetty-unixsocket | jar | 9.4.12.v20180830 |