Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.oscerd |
ArtifactId | ArtifactIdfinnhub-java-client |
Version | Version0.1.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/ -->
<dependency>
<groupId>com.github.oscerd</groupId>
<artifactId>finnhub-java-client</artifactId>
<version>0.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/
implementation 'com.github.oscerd:finnhub-java-client:0.1.0-M1'
// https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/
implementation ("com.github.oscerd:finnhub-java-client:0.1.0-M1")
'com.github.oscerd:finnhub-java-client:jar:0.1.0-M1'
<dependency org="com.github.oscerd" name="finnhub-java-client" rev="0.1.0-M1">
<artifact name="finnhub-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oscerd', module='finnhub-java-client', version='0.1.0-M1')
)
libraryDependencies += "com.github.oscerd" % "finnhub-java-client" % "0.1.0-M1"
[com.github.oscerd/finnhub-java-client "0.1.0-M1"]