Download canova-nd4j-codec-0.0.0.14.jar file

Introduction

You can download canova-nd4j-codec-0.0.0.14.jar in this page.

License

Apache License

Type List

canova-nd4j-codec-0.0.0.14.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.nd4j/canova-nd4j-codec/pom.properties
META-INF/maven/org.nd4j/canova-nd4j-codec/pom.xml
org.canova.codec.format.input.CodecInputFormat.class
org.canova.codec.reader.CodecRecordReader.class

Pom

canova-nd4j-codec-0.0.0.14.pom file content.

<!--
  ~ /*
  ~  *
  ~  *  * Copyright 2015 Skymind,Inc.
  ~  *  *
  ~  *  *    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">
    <parent>
        <artifactId>canova-nd4j</artifactId>
        <groupId>org.nd4j</groupId>
        <version>0.0.0.14</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>canova-nd4j-codec</artifactId>
    <packaging>jar</packaging>

    <name>canova-nd4j-codec</name>
    <dependencies>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>canova-nd4j-image</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jcodec</groupId>
            <artifactId>jcodec</artifactId>
            <version>0.1.5</version>
        </dependency>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>canova-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>nd4j-api</artifactId>
            <version>${nd4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>nd4j-x86</artifactId>
            <version>${nd4j.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.nd4j</groupId>
   <artifactId>canova-nd4j-codec</artifactId>
   <version>0.0.0.14</version>
</dependency>

Download

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



Download canova-nd4j-codec-0.0.0.14.jar file




PreviousNext

Related