coinstack
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.blocko</groupId> <artifactId>coinstack</artifactId> <version>3.5.4</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.blocko</groupId> <artifactId>coinstack</artifactId> <name>coinstack</name> <version>3.5.4</version> <description>Java SDK for CoinStack Blockchain</description> <url>https://www.blocko.io</url> <developers> <developer> <name>Blocko Inc.</name> <email>dev@blocko.io</email> <organization>Blocko Inc.</organization> <organizationUrl>https://www.blocko.io</organizationUrl> </developer> </developers> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@bitbucket.org:cloudwallet/coinstack-sdk-java.git</connection> <developerConnection>scm:git:git@bitbucket.org:cloudwallet/coinstack-sdk-java.git</developerConnection> <tag>coinstack-3.5.4</tag> <url>scm:git:git@bitbucket.org:cloudwallet/coinstack-sdk-java.git</url> </scm> <organization> <name>Blocko Inc.</name> <url>https://www.blocko.io</url> </organization> <build> <resources> <resource> <filtering>true</filtering> <directory>src/main/resources</directory> </resource> </resources> <testResources> <testResource> <directory>src/test/resources</directory> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>false</minimizeJar> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> <exclude>javax/annotation/**</exclude> </excludes> </filter> <filter> <artifact>org.glassfish.tyrus.bundles:tyrus-standalone-client</artifact> <excludes> <exclude>javax/websocket/**</exclude> </excludes> </filter> </filters> <artifactSet> <includes> <include>org.apache.httpcomponents:httpclient</include> <include>org.json:json</include> <include>org.bitcoinj:bitcoinj-core</include> <include>org.slf4j:slf4j-api</include> <include>org.slf4j:slf4j-nop</include> <include>commons-codec:commons-codec</include> <include>commons-io:commons-io</include> <include>joda-time:joda-time</include> <include>com.madgag.spongycastle:core</include> <include>com.google.protobuf:protobuf-java</include> <include>org.apache.httpcomponents:httpcore</include> <include>commons-logging:commons-logging</include> <include>com.google.guava:guava</include> <include>com.google.code.findbugs:jsr305</include> <include>net.jcip:jcip-annotations</include> <include>com.lambdaworks:scrypt</include> <include>org.bitcoinj:orchid</include> <include>javax.websocket:javax.websocket-api</include> <include>org.glassfish.tyrus.bundles:tyrus-standalone-client</include> </includes> </artifactSet> <relocations> <relocation> <pattern>com.google</pattern> <shadedPattern>io.blocko.google</shadedPattern> </relocation> <relocation> <pattern>org.apache</pattern> <shadedPattern>io.blocko.apache</shadedPattern> </relocation> <relocation> <pattern>org.bitcoinj</pattern> <shadedPattern>io.blocko.bitcoinj</shadedPattern> </relocation> <relocation> <pattern>org.json</pattern> <shadedPattern>io.blocko.json</shadedPattern> </relocation> <relocation> <pattern>com.madgag</pattern> <shadedPattern>io.blocko.madgag</shadedPattern> </relocation> <relocation> <pattern>net.jcip</pattern> <shadedPattern>io.blocko.jcip</shadedPattern> </relocation> <relocation> <pattern>com.lambdaworks</pattern> <shadedPattern>io.blocko.lambdaworks</shadedPattern> </relocation> <relocation> <pattern>org.joda</pattern> <shadedPattern>io.blocko.joda</shadedPattern> </relocation> <relocation> <pattern>org.bitcoin</pattern> <shadedPattern>io.blocko.bitcoin</shadedPattern> </relocation> <relocation> <pattern>com.subgraph</pattern> <shadedPattern>io.blocko.subgraph</shadedPattern> </relocation> <relocation> <pattern>org.slf4j</pattern> <shadedPattern>io.blocko.slf4j</shadedPattern> </relocation> <relocation> <pattern>org.spongycastle</pattern> <shadedPattern>io.blocko.spongycastle</shadedPattern> </relocation> <relocation> <pattern>org.glassfish</pattern> <shadedPattern>io.blocko.glassfish</shadedPattern> </relocation> <relocation> <pattern>javax.websocket</pattern> <shadedPattern>io.blocko.websocket</shadedPattern> </relocation> </relocations> <transformers> <transformer /> </transformers> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration> <show>public</show> <nohelp>true</nohelp> <failOnError>false</failOnError> <stylesheetfile>${basedir}/javadoc_stylesheet.css</stylesheetfile> </configuration> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>package-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>io.blocko.coinstack.Info</mainClass> </manifest> </archive> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6</version> <extensions>true</extensions> <executions> <execution> <id>deploy-to-sonatype</id> <phase>deploy</phase> <goals> <goal>deploy</goal> <goal>release</goal> </goals> </execution> </executions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <description>${project.version}</description> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.4</version> <executions> <execution> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <show>public</show> <nohelp>true</nohelp> <failOnError>false</failOnError> <stylesheetfile>/home/shcho/box/dev/jee/sdk-develop/target/checkout/javadoc_stylesheet.css</stylesheetfile> </configuration> </execution> </executions> </plugin> <plugin> <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> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.58</version> <scope>compile</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>