OpenJazariLibrary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.hakmesyo</groupId> <artifactId>OpenJazariLibrary</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>com.github.hakmesyo</groupId> <artifactId>OpenJazariLibrary</artifactId> <version>1.0.1</version> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <name>Open Jazari Library For Java OJL4J</name> <description>Open Jazari Library for Java (OJL4J), formerly known as Open Cezeri Library is a Java based Matrix, Vectorization, Image Processing, Machine Learning (Weka + DL4J), Data Visualization and Analysis DSL (Domain Specific Language) which enables developers finish the code with almost single line of code. </description> <url>https://github.com/hakmesyo/Open-Jazari-Library</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <developers> <developer> <name>Musa Ata;</name> <email>hakmesyo@gmail.com</email> <organization>CezeriLAB</organization> <organizationUrl>http://www.cezerilab.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/hakmesyo/Open-Jazari-Librar.git</connection> <developerConnection>scm:git:ssh://github.com/hakmesyo/Open-Jazari-Librar.git</developerConnection> <url>https://github.com/hakmesyo/Open-Jazari-Library</url> </scm> <dependencies> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8.1</version> </dependency> <!-- https://mvnrepository.com/artifact/nz.ac.waikato.cms.weka/weka-stable --> <dependency> <groupId>nz.ac.waikato.cms.weka</groupId> <artifactId>weka-stable</artifactId> <version>3.8.3</version> </dependency> <!-- https://mvnrepository.com/artifact/imagej/ij --> <dependency> <groupId>imagej</groupId> <artifactId>ij</artifactId> <version>1.43</version> </dependency> <!-- https://mvnrepository.com/artifact/Jama/Jama --> <dependency> <groupId>Jama</groupId> <artifactId>Jama</artifactId> <version>1.0.2</version> </dependency> <!-- https://mvnrepository.com/artifact/org.bytedeco.javacpp-presets/opencv-platform --> <dependency> <groupId>org.bytedeco.javacpp-presets</groupId> <artifactId>opencv-platform</artifactId> <version>3.4.3-1.4.3</version> </dependency> <!-- https://mvnrepository.com/artifact/au.com.bytecode/opencsv --> <dependency> <groupId>au.com.bytecode</groupId> <artifactId>opencsv</artifactId> <version>2.4</version> </dependency> <!-- https://mvnrepository.com/artifact/com.jhlabs/filters --> <dependency> <groupId>com.jhlabs</groupId> <artifactId>filters</artifactId> <version>2.0.235-1</version> </dependency> <!-- https://mvnrepository.com/artifact/math.jwave/jwave --> <dependency> <groupId>math.jwave</groupId> <artifactId>jwave</artifactId> <version>0.1</version> </dependency> <!-- https://mvnrepository.com/artifact/com.github.sarxos/webcam-capture --> <dependency> <groupId>com.github.sarxos</groupId> <artifactId>webcam-capture</artifactId> <version>0.3.12</version> </dependency> <!-- https://mvnrepository.com/artifact/com.github.sarxos/lti-civil-no-swt --> <dependency> <groupId>com.github.sarxos</groupId> <artifactId>lti-civil-no-swt</artifactId> <version>20070920-1721</version> </dependency> <!-- https://mvnrepository.com/artifact/gnu.io/rxtx --> <dependency> <groupId>gnu.io</groupId> <artifactId>rxtx</artifactId> <version>2.1.7</version> </dependency> <!-- https://mvnrepository.com/artifact/com.sun.jna/jna --> <dependency> <groupId>com.sun.jna</groupId> <artifactId>jna</artifactId> <version>3.0.9</version> </dependency> <dependency> <groupId>open_kinect</groupId> <artifactId>open_kinect</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>processing_core</groupId> <artifactId>processing_core</artifactId> <version>1.0.0</version> </dependency> <!-- https://mvnrepository.com/artifact/org.deeplearning4j/deeplearning4j-core --> <dependency> <groupId>org.deeplearning4j</groupId> <artifactId>deeplearning4j-core</artifactId> <version>0.9.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api --> <dependency> <groupId>org.nd4j</groupId> <artifactId>nd4j-api</artifactId> <version>0.9.1</version> </dependency> </dependencies> </project>