o

org.liveSense.framework.cxf

liveSense CXF Framework. Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
Files download
File Operation
org.liveSense.framework.cxf-1.0.5.jar download
org.liveSense.framework.cxf-1.0.5.pom download
org.liveSense.framework.cxf-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.livesense</groupId>
  <artifactId>org.liveSense.framework.cxf</artifactId>
  <version>1.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.livesense:org.liveSense.framework.cxf:1.0.5'
Gradle Kotlin
implementation("com.github.livesense:org.liveSense.framework.cxf:1.0.5")
Scala SBT
libraryDependencies += "com.github.livesense" % "org.liveSense.framework.cxf" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.livesense', module='org.liveSense.framework.cxf', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.livesense" name="org.liveSense.framework.cxf" rev="1.0.5" />
Leiningen
[com.github.livesense/org.liveSense.framework.cxf "1.0.5"]
Apache Buildr
'com.github.livesense:org.liveSense.framework.cxf:jar:1.0.5'