Download tjws-3.0.10.final.jar file

Introduction

You can download tjws-3.0.10.final.jar in this page.

License

JBoss Open Source

Type List

tjws-3.0.10.final.jar file has the following types.

Acme.Serve.CgiServlet.class
Acme.Serve.FileServlet.class
Acme.Serve.SSLAcceptor.class
Acme.Serve.SelectorAcceptor.class
Acme.Serve.Serve.class
Acme.Serve.SimpleAcceptor.class
Acme.Serve.ThrottleItem.class
Acme.Serve.ThrottledOutputStream.class
Acme.Serve.WarDeployer.class
Acme.Utils.class
Acme.WildcardDictionary.class
Acme/Resource/mime.properties
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/tjws/pom.properties
META-INF/maven/org.jboss.resteasy/tjws/pom.xml

Pom

tjws-3.0.10.final.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.jboss.resteasy</groupId>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <version>3.0.10.Final</version>
    </parent>

    <artifactId>tjws</artifactId>
    <packaging>jar</packaging>
    <name>Embedded Servlet Container</name>
    <description/>

    <dependencies>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>tjws</artifactId>
   <version>3.0.10.final</version>
</dependency>

Download

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



Download tjws-3.0.10.final.jar file




PreviousNext

Related