License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.kbngmoses |
ArtifactId | ArtifactIdjava-finance-apis |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFinance APIs for Java
High level Java APIs for integrating financial services from endpoint URLS such as Stock markets
and currency exchange services.
|
Filename | Size |
---|---|
java-finance-apis-1.0.pom | |
java-finance-apis-1.0.jar | 11 KB |
java-finance-apis-1.0-sources.jar | 4 KB |
java-finance-apis-1.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kbngmoses/java-finance-apis/ -->
<dependency>
<groupId>com.github.kbngmoses</groupId>
<artifactId>java-finance-apis</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kbngmoses/java-finance-apis/
implementation 'com.github.kbngmoses:java-finance-apis:1.0'
// https://jarcasting.com/artifacts/com.github.kbngmoses/java-finance-apis/
implementation ("com.github.kbngmoses:java-finance-apis:1.0")
'com.github.kbngmoses:java-finance-apis:jar:1.0'
<dependency org="com.github.kbngmoses" name="java-finance-apis" rev="1.0">
<artifact name="java-finance-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kbngmoses', module='java-finance-apis', version='1.0')
)
libraryDependencies += "com.github.kbngmoses" % "java-finance-apis" % "1.0"
[com.github.kbngmoses/java-finance-apis "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |