Download enunciate-rt-1.28.jar file

Introduction

You can download enunciate-rt-1.28.jar in this page.

License

Open Source

Type List

enunciate-rt-1.28.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.enunciate/enunciate-rt/pom.properties
META-INF/maven/org.codehaus.enunciate/enunciate-rt/pom.xml

Pom

enunciate-rt-1.28.pom file content.

<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>
  <parent>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-parent</artifactId>
    <version>1.28</version>
  </parent>

  <artifactId>enunciate-rt</artifactId>
  <name>Enunciate - Basic Runtime</name>
  <description>The Enunciate basic runtime a reference to all basic Enunciate runtime libraries. This does not include runtime libraries for any "optional" modules.</description>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-core-rt</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!--default REST runtime: Jersey-->
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-jersey-rt</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!--default JAX-WS runtime: JAX-WS RI-->
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-jaxws-ri-rt</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!-- ********************* -->
    <!-- OPTIONAL DEPENDENCIES -->
    <!-- ********************* -->

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-gwt-rt</artifactId>
      <version>${project.version}</version>

      <!--optional because gwt isn't enabled by default-->
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>enunciate-amf-rt</artifactId>
      <version>${project.version}</version>

      <!--optional because amf isn't enabled by default-->
      <optional>true</optional>
    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.codehaus.enunciate</groupId>
   <artifactId>enunciate-rt</artifactId>
   <version>1.28</version>
</dependency>

Download

If you think the following enunciate-rt-1.28.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download enunciate-rt-1.28.jar file




PreviousNext

Related