core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dk.nodes.locksmith</groupId>
<artifactId>core</artifactId>
<version>1.2.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>dk.nodes.locksmith</groupId>
<artifactId>core</artifactId>
<version>1.2.2</version>
<packaging>aar</packaging>
<name>Locksmith Encryption Library</name>
<description>Library for managing fingerprint authenthication and encryption.</description>
<url>https://github.com/nodes-android/locksmith</url>
<inceptionYear>2018</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>johsoe</id>
<name>Johnny Sørensen</name>
<email>joso@nodes.dk</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/nodes-android/locksmith.git</connection>
<url>https://github.com/nodes-android/locksmith</url>
</scm>
<issueManagement>
<system>GitHub issues</system>
<url>https://github.com/nodes-android/locksmith/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.2.41</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>27.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>