is not current version
Last Version 4.0.0

org.glassfish.metro:metro-project 2.3-b55

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. Metro consists of JAX-WS Reference Implementation project and Web Services Interoperability Technology project. JAX-WS Reference Implementation (JAX-WS RI) provides core web servicing support and the base framework for extensions provided by the WSIT layer. Web Services Interoperability Technologies (WSIT) (previously known as Project Tango) includes implementations of: - SOAP over TCP - WS-AtomicTransactions/Coordination - WS-MetadataExchange - WS-Policy (policy.java.net) - WS-ReliableMessaging - WS-SecureConversation - WS-Security - WS-SecurityPolicy - WS-Trust Note: - WS-Policy (policy.java.net) has its own codebase however WS-Policy related issues can be submitted into the Metro (WSIT) Issue tracker

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.metro
ArtifactId

ArtifactId

metro-project
Version

Version

2.3-b55
Type

Type

pom

Download metro-project 2.3-b55

Filename Size
metro-project-2.3-b55.pom 24 KB
Browse

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