Download wildfly-swarm-container-runtime-1.0.0.alpha5.jar file

Introduction

You can download wildfly-swarm-container-runtime-1.0.0.alpha5.jar in this page.

License

Apache License

Type List

wildfly-swarm-container-runtime-1.0.0.alpha5.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.wildfly.swarm/wildfly-swarm-container-runtime/pom.properties
META-INF/maven/org.wildfly.swarm/wildfly-swarm-container-runtime/pom.xml
org.wildfly.swarm.container.runtime.AbstractServerConfiguration.class
org.wildfly.swarm.container.runtime.RuntimeDeployer.class
org.wildfly.swarm.container.runtime.RuntimeServer.class
org.wildfly.swarm.container.runtime.ServerConfiguration.class
org.wildfly.swarm.container.runtime.SimpleContentProvider.class
org.wildfly.swarm.container.runtime.UUIDFactory.class

Pom

wildfly-swarm-container-runtime-1.0.0.alpha5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2015 Red Hat, Inc. and/or its affiliates.
  ~
  ~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
  -->
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>wildfly-swarm-container-parent</artifactId>
    <version>1.0.0.Alpha5</version>
    <relativePath>../</relativePath>
  </parent>

  <groupId>org.wildfly.swarm</groupId>
  <artifactId>wildfly-swarm-container-runtime</artifactId>

  <name>WildFly Swarm: Container Runtime</name>
  <description>WildFly Swarm: Container Runtime</description>

  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>org.wildfly.swarm</groupId>
      <artifactId>wildfly-swarm-container</artifactId>
    </dependency>
    <dependency>
      <groupId>org.wildfly.core</groupId>
      <artifactId>wildfly-server</artifactId>
      <scope>provided</scope>
    </dependency>
<!--
    <dependency>
      <groupId>org.jboss.shrinkwrap</groupId>
      <artifactId>shrinkwrap-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.shrinkwrap</groupId>
      <artifactId>shrinkwrap-spi</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.shrinkwrap</groupId>
      <artifactId>shrinkwrap-impl-base</artifactId>
      <scope>provided</scope>
    </dependency>
-->
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.wildfly.swarm</groupId>
   <artifactId>wildfly-swarm-container-runtime</artifactId>
   <version>1.0.0.alpha5</version>
</dependency>

Download

If you think the following wildfly-swarm-container-runtime-1.0.0.alpha5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download wildfly-swarm-container-runtime-1.0.0.alpha5.jar file




PreviousNext

Related