am
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.marco-schmidt</groupId>
<artifactId>am</artifactId>
<version>0.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.marco-schmidt</groupId>
<artifactId>am</artifactId>
<version>0.3.0</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>exiftool-lib</artifactId>
<version>2.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-repository-sparql</artifactId>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-wikibaseapi</artifactId>
<version>0.11.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.30.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>am</name>
<url>https://github.com/marco-schmidt/am</url>
<description>Asset Manager</description>
<packaging>jar</packaging>
<inceptionYear>2019</inceptionYear>
<properties>
<gitrevision>dee73046045e4b837f17cc2f720af2c2e987bb94</gitrevision>
<gitmodified>true</gitmodified>
<buildtime>2020-04-25T13:42:48+0000</buildtime>
<gradleversion>6.4-rc-2</gradleversion>
<java>1.8</java>
</properties>
<scm>
<connection>scm:git:git@github.com:marco-schmidt/am.git</connection>
<developerConnection>scm:git:git@github.com:marco-schmidt/am.git</developerConnection>
<url>https://github.com/marco-schmidt/am</url>
</scm>
<developers>
<developer>
<id>marco-schmidt</id>
<name>Marco Schmidt</name>
<email>mschmidtgit@protonmail.com</email>
<organization>private</organization>
<organizationUrl>https://github.com/marco-schmidt</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
</project>