License |
License |
---|---|
GroupId | GroupIdcom.fnproject.fn |
ArtifactId | ArtifactIdruntime |
Last Version | Last Version1.0.149 |
Release Date | Release Date |
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.149.pom | |
runtime-1.0.149.jar | 93 KB |
runtime-1.0.149-sources.jar | 60 KB |
runtime-1.0.149-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.149</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation 'com.fnproject.fn:runtime:1.0.149'
// https://jarcasting.com/artifacts/com.fnproject.fn/runtime/
implementation ("com.fnproject.fn:runtime:1.0.149")
'com.fnproject.fn:runtime:jar:1.0.149'
<dependency org="com.fnproject.fn" name="runtime" rev="1.0.149">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='runtime', version='1.0.149')
)
libraryDependencies += "com.fnproject.fn" % "runtime" % "1.0.149"
[com.fnproject.fn/runtime "1.0.149"]
Group / Artifact | Type | Version |
---|---|---|
com.fnproject.fn : api | jar | 1.0.149 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.1 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
commons-io : commons-io | jar | 2.11.0 |
net.jodah : typetools | jar | 0.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 4.0.0 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.eclipse.jetty : jetty-client | jar | 9.4.12.v20180830 |
org.eclipse.jetty : jetty-unixsocket | jar | 9.4.12.v20180830 |