MVN

org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model

Maven & Gradle

Mar 20, 2013
1 usages

Fractal BF: Meteo WebService example model · This module is in charge of generating required classes to bind a java interface toward a remote webservice. It uses th org.apache.cxf:cxf-codegen-plugin to generate classes given the WSDL file saved in src/main/wsdl. To keep things simple, the wsdl file is saved here: more smart approaches might be adopted if saving the WSDL file causes troubles.

<dependency>
    <groupId>org.ow2.fractal.bf.examples.meteo</groupId>
    <artifactId>fractal-bf-examples-meteo-model</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
fractal-bf-examples-meteo-model-0.10

How to add a dependency to Maven

Add the following org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.fractal.bf.examples.meteo</groupId>
    <artifactId>fractal-bf-examples-meteo-model</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model gradle dependency to your build.gradle file:

implementation 'org.ow2.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.10'

Gradle Kotlin DSL: Add the following org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.fractal.bf.examples.meteo : fractal-bf-examples-meteo-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.fractal.bf.examples.meteo" % "fractal-bf-examples-meteo-model" % "0.10"