JSR-181 Maintenance Release 1.
Web Services Metadata for Java.
Here is the list of declaration for jsr181-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.jws</groupId> <artifactId>jsr181-api</artifactId> <version>1.0-MR1</version> </dependency>
If you think this Maven repository POM file listing for jsr181-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:CDDL+GPLv2
URL: https://glassfish.dev.java.net/public/CDDL+GPL.html.
The following table lists the most popular artifacts which are depending on jsr181-api-1.0-MR1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Web Service | jaxws-api 2.2.7 JAX-WS (JSR 224) API | 8 |
Web Service | jaxws-api 2.2.6 JAX-WS (JSR 224) API | 9 |
Web Service | jaxws-api 2.2.8 JAX-WS (JSR 224) API | 25 |
Web Service | jaxws-api 2.2.11 JAX-WS (JSR 224) API | 5 |
Web Service | jaxws-api 2.2.5 JAX-WS (JSR 224) API | 5 |
Spring | jaxws-spring 1.8 Configure JAX-WS with Spring | 16 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
The following packages are defined in the jsr181-api-1.0-MR1.jar
javax.jws javax.jws.soap
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>javax.jws</groupId> <artifactId>jsr181-api</artifactId> <version>1.0-MR1</version> <name>JSR-181 Maintenance Release 1</name> <description>Web Services Metadata for Java</description> <url>http://jcp.org/en/jsr/summary?id=181</url> <licenses> <license> <distribution>repo</distribution> <name>CDDL+GPLv2</name> <url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url> </license> </licenses> <scm> <url>http://jcp.org/en/jsr/detail?id=181</url> </scm> </project>