MVN

freebxml : ebxmlms

Maven & Gradle

Sep 20, 2005
1 usages

Hermes MSH · This project aims to develop an open source implementation that conforms to ebXML Message Service Specification Version 2.0. This project will implement all features in the specification, including packaging, routing and reliable transport.

<dependency>
    <groupId>freebxml</groupId>
    <artifactId>ebxmlms</artifactId>
    <version>pre-0.9.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of freebxml : ebxmlms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: pre-0.9.3.1

All Versions

Choose a version of freebxml : ebxmlms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
pre
ebxmlms-pre-0.9.3.1

How to add a dependency to Maven

Add the following freebxml : ebxmlms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>freebxml</groupId>
    <artifactId>ebxmlms</artifactId>
    <version>pre-0.9.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following freebxml : ebxmlms gradle dependency to your build.gradle file:

implementation 'freebxml:ebxmlms:pre-0.9.3.1'

Gradle Kotlin DSL: Add the following freebxml : ebxmlms gradle kotlin dependency to your build.gradle.kts file:

implementation("freebxml:ebxmlms:pre-0.9.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following freebxml : ebxmlms sbt scala dependency to your build.sbt file:

libraryDependencies += "freebxml" % "ebxmlms" % "pre-0.9.3.1"