Download jetty-start-9.2.9.v20150224.jar file

Introduction

You can download jetty-start-9.2.9.v20150224.jar in this page.

License

Eclipse Open Source

Type List

jetty-start-9.2.9.v20150224.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty/jetty-start/pom.properties
META-INF/maven/org.eclipse.jetty/jetty-start/pom.xml
about.html
org.eclipse.jetty.start.BaseHome.class
org.eclipse.jetty.start.Classpath.class
org.eclipse.jetty.start.CommandLineBuilder.class
org.eclipse.jetty.start.FS.class
org.eclipse.jetty.start.FileArg.class
org.eclipse.jetty.start.JarVersion.class
org.eclipse.jetty.start.Main.class
org.eclipse.jetty.start.Module.class
org.eclipse.jetty.start.ModuleGraphWriter.class
org.eclipse.jetty.start.Modules.class
org.eclipse.jetty.start.NaturalSort.class
org.eclipse.jetty.start.PathFinder.class
org.eclipse.jetty.start.PathMatchers.class
org.eclipse.jetty.start.Props.class
org.eclipse.jetty.start.PropsException.class
org.eclipse.jetty.start.RawArgs.class
org.eclipse.jetty.start.StartArgs.class
org.eclipse.jetty.start.StartIni.class
org.eclipse.jetty.start.StartLog.class
org.eclipse.jetty.start.TextFile.class
org.eclipse.jetty.start.UsageException.class
org.eclipse.jetty.start.Version.class
org.eclipse.jetty.start.config.CommandLineConfigSource.class
org.eclipse.jetty.start.config.ConfigSource.class
org.eclipse.jetty.start.config.ConfigSources.class
org.eclipse.jetty.start.config.DirConfigSource.class
org.eclipse.jetty.start.config.JettyBaseConfigSource.class
org.eclipse.jetty.start.config.JettyHomeConfigSource.class
org/eclipse/jetty/start/base-home-warning.txt
org/eclipse/jetty/start/usage.txt

Pom

jetty-start-9.2.9.v20150224.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">
  <parent>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-project</artifactId>
    <version>9.2.9.v20150224</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jetty-start</artifactId>
  <name>Jetty :: Start</name>
  <description>The start utility</description>
  <url>http://www.eclipse.org/jetty</url>
  <build>
   <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>org.eclipse.jetty.start.Main</mainClass>
            </manifest>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <configuration>
          <onlyAnalyze>org.eclipse.jetty.start.*</onlyAnalyze>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <properties>
    <start-jar-file-name>start.jar</start-jar-file-name>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty.toolchain</groupId>
      <artifactId>jetty-test-helper</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-start</artifactId>
   <version>9.2.9.v20150224</version>
</dependency>

Download

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



Download jetty-start-9.2.9.v20150224.jar file




PreviousNext

Related