is not current version
Last Version 0.9

org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model 0.4

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.

GroupId

GroupId

org.objectweb.fractal.bf.examples.meteo
ArtifactId

ArtifactId

fractal-bf-examples-meteo-model
Version

Version

0.4
Type

Type

jar

Download fractal-bf-examples-meteo-model 0.4


<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples.meteo/fractal-bf-examples-meteo-model/ -->
<dependency>
    <groupId>org.objectweb.fractal.bf.examples.meteo</groupId>
    <artifactId>fractal-bf-examples-meteo-model</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples.meteo/fractal-bf-examples-meteo-model/
implementation 'org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.4'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples.meteo/fractal-bf-examples-meteo-model/
implementation ("org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.4")
'org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:jar:0.4'
<dependency org="org.objectweb.fractal.bf.examples.meteo" name="fractal-bf-examples-meteo-model" rev="0.4">
  <artifact name="fractal-bf-examples-meteo-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples.meteo', module='fractal-bf-examples-meteo-model', version='0.4')
)
libraryDependencies += "org.objectweb.fractal.bf.examples.meteo" % "fractal-bf-examples-meteo-model" % "0.4"
[org.objectweb.fractal.bf.examples.meteo/fractal-bf-examples-meteo-model "0.4"]