is not current version
Last Version 1.0.5

com.tecacet:iex-kuotes 1.0.3

A Kotlin library for the IEX API: https://iextrading.com/developer/docs/

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

iex-kuotes
Version

Version

1.0.3
Type

Type

jar

Download iex-kuotes 1.0.3


<!-- https://jarcasting.com/artifacts/com.tecacet/iex-kuotes/ -->
<dependency>
    <groupId>com.tecacet</groupId>
    <artifactId>iex-kuotes</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/iex-kuotes/
implementation 'com.tecacet:iex-kuotes:1.0.3'
// https://jarcasting.com/artifacts/com.tecacet/iex-kuotes/
implementation ("com.tecacet:iex-kuotes:1.0.3")
'com.tecacet:iex-kuotes:jar:1.0.3'
<dependency org="com.tecacet" name="iex-kuotes" rev="1.0.3">
  <artifact name="iex-kuotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='iex-kuotes', version='1.0.3')
)
libraryDependencies += "com.tecacet" % "iex-kuotes" % "1.0.3"
[com.tecacet/iex-kuotes "1.0.3"]