stock-data-spi.jar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mainstringargs</groupId>
<artifactId>stock-data-spi.jar</artifactId>
<version>1.0</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>io.github.mainstringargs</groupId>
<artifactId>stock-data-spi.jar</artifactId>
<version>1.0</version>
<name>stock-data-spi</name>
<description>SPI Library for Stock Data.</description>
<url>https://bitbucket.org/objdict/objjson</url>
<inceptionYear>2018</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mainstringargs</id>
<name>main(String[] args)</name>
<email>mainstringargs@github.io</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mainstringargs/stock-data-spi.git</connection>
<developerConnection>https://github.com/mainstringargs/stock-data-spi.git</developerConnection>
<url>https://github.com/mainstringargs/stock-data-spi</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>