cryptogram_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scalahub</groupId>
<artifactId>cryptogram_2.12</artifactId>
<version>1.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.scalahub</groupId>
<artifactId>cryptogram_2.12</artifactId>
<packaging>jar</packaging>
<description>Utility for verifying crypto addresses</description>
<url>https://github.com/scalahub/Cryptogram</url>
<version>1.2</version>
<licenses>
<license>
<name>The Unlicense</name>
<url>https://unlicense.org/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Cryptogram</name>
<organization>
<name>scalahub</name>
<url>https://github.com/scalahub</url>
</organization>
<scm>
<url>https://github.com/scalahub/Cryptogram</url>
<connection>scm:git@github.scalahub/Cryptogram.git</connection>
</scm>
<developers>
<developer>
<id>scalahub</id>
<name>scalahub</name>
<url>https://github.com/scalahub</url>
<email>23208922+scalahub@users.noreply.github.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.13</version>
</dependency>
<dependency>
<groupId>io.github.scalahub</groupId>
<artifactId>btc_2.12</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</project>