f

fractal-bf-examples-meteo-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.
文件下载
文件名 操作
fractal-bf-examples-meteo-model-0.10.jar 下载
fractal-bf-examples-meteo-model-0.10.pom 下载
fractal-bf-examples-meteo-model-0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.fractal.bf.examples.meteo</groupId>
  <artifactId>fractal-bf-examples-meteo-model</artifactId>
  <version>0.10</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.10'
Gradle Kotlin
implementation("org.ow2.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:0.10")
Scala SBT
libraryDependencies += "org.ow2.fractal.bf.examples.meteo" % "fractal-bf-examples-meteo-model" % "0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.fractal.bf.examples.meteo', module='fractal-bf-examples-meteo-model', version='0.10')
)
Apache Ivy
<dependency org="org.ow2.fractal.bf.examples.meteo" name="fractal-bf-examples-meteo-model" rev="0.10" />
Leiningen
[org.ow2.fractal.bf.examples.meteo/fractal-bf-examples-meteo-model "0.10"]
Apache Buildr
'org.ow2.fractal.bf.examples.meteo:fractal-bf-examples-meteo-model:jar:0.10'