cryptohub-plugins-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.maukaim.opensource</groupId>
<artifactId>cryptohub-plugins-api</artifactId>
<version>1.0.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.maukaim.opensource</groupId>
<artifactId>cryptohub-plugins-api</artifactId>
<version>1.0.11</version>
<name>Cryptohub Plugins API</name>
<description>Interfaces and classes to be used by plugins developers for Cryptohub platform.</description>
<url>https://github.com/maukaim/cryptohub-backend-api/cryptohub-plugins-api</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Julien Elkaim</name>
<email>julienelk@gmail.com</email>
<url>https://github.com/JulienElkaim</url>
<organization>Maukaim</organization>
<organizationUrl>https://github.com/maukaim</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/maukaim/cryptohub-backend-api.git/cryptohub-plugins-api</connection>
<developerConnection>scm:git:ssh://github.com:maukaim/cryptohub-backend-api.git/cryptohub-plugins-api</developerConnection>
<url>http://github.com/maukaim/cryptohub-backend-api/tree/master/cryptohub-plugins-api</url>
</scm>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>