Download s3ninja-2.3.2.jar file

Introduction

You can download s3ninja-2.3.2.jar in this page.

License

Open Source License

Type List

s3ninja-2.3.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.scireum/s3ninja/pom.properties
META-INF/maven/com.scireum/s3ninja/pom.xml
application.conf
assets/bootstrap/bootstrap-responsive.css
assets/bootstrap/bootstrap-responsive.min.css
assets/bootstrap/bootstrap.css
assets/bootstrap/bootstrap.js
assets/bootstrap/bootstrap.min.css
assets/bootstrap/bootstrap.min.js
assets/bootstrap/glyphicons-halflings-white.png
assets/bootstrap/glyphicons-halflings.png
assets/fileupload/do-nothing.htm
assets/fileupload/fileuploader.css
assets/fileupload/fileuploader.js
assets/fileupload/loading.gif
assets/images/ninja.jpg
assets/jquery/jquery-1.10.2.js
assets/jquery/jquery-1.10.2.min.js
assets/stylesheets/ninja.css
component.marker
ninja.APILog.class
ninja.Bucket.class
ninja.NinjaController.class
ninja.NinjaExtension.class
ninja.S3Controller.class
ninja.Storage.class
ninja.StoredObject.class
view/api.html
view/bucket.html
view/index.html
view/license.html
view/log.html
view/main.html

Pom

s3ninja-2.3.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Made with all the love in the world
  ~ by scireum in Remshalden, Germany
  ~
  ~ Copyright by scireum GmbH
  ~ http://www.scireum.de - info@scireum.de
  -->

<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>com.scireum</groupId>
        <artifactId>sirius-app-parent</artifactId>
        <version>1.4.1</version>
    </parent>
    <artifactId>s3ninja</artifactId>
    <version>2.3.2</version>
    <packaging>jar</packaging>
    <name>s3-ninja</name>
    <description>S3 ninja emulates the S3 API for development and testing purposes.</description>
    <url>http://s3ninja.net</url>

    <properties>
        <sds.releaseArtifact>s3ninja</sds.releaseArtifact>
        <skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.scireum</groupId>
            <artifactId>sirius-web</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>com.scireum</groupId>
            <artifactId>sirius-ipl</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>com.scireum</groupId>
            <artifactId>sirius-kernel</artifactId>
            <version>1.1</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-java-sdk</artifactId>
            <version>1.9.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.scireum</groupId>
   <artifactId>s3ninja</artifactId>
   <version>2.3.2</version>
</dependency>

Download

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



Download s3ninja-2.3.2.jar file




PreviousNext

Related