Download funktion-model-1.1.55.jar file

Introduction

You can download funktion-model-1.1.55.jar in this page.

License

Apache License

Type List

funktion-model-1.1.55.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.fabric8.funktion/funktion-model/pom.properties
META-INF/maven/io.fabric8.funktion/funktion-model/pom.xml
io.fabric8.funktion.Annotations.class
io.fabric8.funktion.ApplicationProperties.class
io.fabric8.funktion.DataKeys.class
io.fabric8.funktion.Labels.class
io.fabric8.funktion.model.DtoSupport.class
io.fabric8.funktion.model.Flow.class
io.fabric8.funktion.model.Funktion.class
io.fabric8.funktion.model.FunktionDeserializer.class
io.fabric8.funktion.model.Funktions.class
io.fabric8.funktion.model.StepKinds.class
io.fabric8.funktion.model.steps.ChildSteps.class
io.fabric8.funktion.model.steps.Choice.class
io.fabric8.funktion.model.steps.Endpoint.class
io.fabric8.funktion.model.steps.Filter.class
io.fabric8.funktion.model.steps.Function.class
io.fabric8.funktion.model.steps.Log.class
io.fabric8.funktion.model.steps.Otherwise.class
io.fabric8.funktion.model.steps.SetBody.class
io.fabric8.funktion.model.steps.SetHeaders.class
io.fabric8.funktion.model.steps.Split.class
io.fabric8.funktion.model.steps.Step.class
io.fabric8.funktion.model.steps.Throttle.class
io.fabric8.funktion.support.Lists.class
io.fabric8.funktion.support.Strings.class
io.fabric8.funktion.support.YamlHelper.class

Pom

funktion-model-1.1.55.pom file content.

<!--
  ~ Copyright 2016 Red Hat, Inc.
  ~ <p>
  ~ Red Hat licenses this file to you under the Apache License, version
  ~ 2.0 (the "License"); you may not use this file except in compliance
  ~ with the License.  You may obtain a copy of the License at
  ~ <p>
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~ <p>
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  ~ implied.  See the License for the specific language governing
  ~ permissions and limitations under the License.
  ~
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.fabric8.funktion</groupId>
    <artifactId>funktion-project</artifactId>
    <version>1.1.55</version>
  </parent>

  <artifactId>funktion-model</artifactId>
  <packaging>jar</packaging>

  <name>Funktion Model</name>
  <description>Funktion :: Model</description>

  <properties>
  </properties>

  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>

    <!-- testing -->
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>io.fabric8.funktion</groupId>
   <artifactId>funktion-model</artifactId>
   <version>1.1.55</version>
</dependency>

Download

If you think the following funktion-model-1.1.55.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download funktion-model-1.1.55.jar file




PreviousNext

Related