Last Version

Soap2Jms 0.1.0

A project that provides a SOAP api to a JMS queue

License

License

GroupId

GroupId

com.github.jbricks.soap2jms
ArtifactId

ArtifactId

soap2jms
Version

Version

0.1.0
Type

Type

pom
Description

Description

Soap2Jms
A project that provides a SOAP api to a JMS queue
Project URL

Project URL

https://jbricks.github.io/soap2jms
Source Code Management

Source Code Management

https://github.com/jbricks/soap2jms

Download soap2jms 0.1.0

Filename Size
soap2jms-0.1.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jbricks.soap2jms/soap2jms/ -->
<dependency>
    <groupId>com.github.jbricks.soap2jms</groupId>
    <artifactId>soap2jms</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jbricks.soap2jms/soap2jms/
implementation 'com.github.jbricks.soap2jms:soap2jms:0.1.0'
// https://jarcasting.com/artifacts/com.github.jbricks.soap2jms/soap2jms/
implementation ("com.github.jbricks.soap2jms:soap2jms:0.1.0")
'com.github.jbricks.soap2jms:soap2jms:pom:0.1.0'
<dependency org="com.github.jbricks.soap2jms" name="soap2jms" rev="0.1.0">
  <artifact name="soap2jms" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jbricks.soap2jms', module='soap2jms', version='0.1.0')
)
libraryDependencies += "com.github.jbricks.soap2jms" % "soap2jms" % "0.1.0"
[com.github.jbricks.soap2jms/soap2jms "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • s2j_common
  • s2j_server
  • s2j_client
  • integration