Download achilles-embedded-3.2.4.jar file

Introduction

You can download achilles-embedded-3.2.4.jar in this page.

License

Apache License

Type List

achilles-embedded-3.2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/info.archinnov/achilles-embedded/pom.properties
META-INF/maven/info.archinnov/achilles-embedded/pom.xml
info.archinnov.achilles.embedded.AchillesCassandraConfig.class
info.archinnov.achilles.embedded.AchillesInitializer.class
info.archinnov.achilles.embedded.CassandraEmbeddedConfigParameters.class
info.archinnov.achilles.embedded.CassandraEmbeddedServer.class
info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder.class
info.archinnov.achilles.embedded.OrderedShutdownHook.class
info.archinnov.achilles.embedded.PortFinder.class
info.archinnov.achilles.embedded.ServerStarter.class
info.archinnov.achilles.embedded.StateRepository.class
info.archinnov.achilles.script.ScriptExecutor.class

Pom

achilles-embedded-3.2.4.pom file content.

<!--
  ~ Copyright (C) 2012-2014 DuyHai DOAN
  ~
  ~  Licensed under the Apache License, Version 2.0 (the "License");
  ~  you may not use this file except in compliance with the License.
  ~  You may obtain a copy of the License at
  ~
  ~  http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~  Unless required by applicable law or agreed to in writing, software
  ~  distributed under the License is distributed on an "AS IS" BASIS,
  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~  See the License for the specific language governing permissions and
  ~  limitations under the License.
  -->

<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>info.archinnov</groupId>
        <artifactId>achilles</artifactId>
        <version>3.2.4-Zeppelin</version>
    </parent>
    <artifactId>achilles-embedded</artifactId>
    <name>Achilles Embedded</name>
    <description>Achilles Embedded Module</description>
    <packaging>jar</packaging>
    <dependencies>

        <!-- Cassandra -->
        <dependency>
            <groupId>org.apache.cassandra</groupId>
            <artifactId>cassandra-all</artifactId>
        </dependency>

        <dependency>
            <groupId>info.archinnov</groupId>
            <artifactId>achilles-core</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>com.datastax.cassandra</groupId>
                    <artifactId>cassandra-driver-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>com.datastax.cassandra</groupId>
            <artifactId>cassandra-driver-core</artifactId>
            <classifier>shaded</classifier>
            <version>${datastax.driver.core.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>com.google.guava</groupId>
                    <artifactId>guava</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.cassandra</groupId>
                    <artifactId>cassandra-thrift</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.cassandra</groupId>
                    <artifactId>cassandra-all</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>commons-lang</groupId>
                    <artifactId>commons-lang</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>io.netty</groupId>
                    <artifactId>netty-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>info.archinnov</groupId>
   <artifactId>achilles-embedded</artifactId>
   <version>3.2.4</version>
</dependency>

Download

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



Download achilles-embedded-3.2.4.jar file




PreviousNext

Related