Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.lykke.hft |
ArtifactId | ArtifactIdhft-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hft-client-1.0.0.pom | |
hft-client-1.0.0.jar | 48 KB |
hft-client-1.0.0-tests.jar | 6 KB |
hft-client-1.0.0-sources.jar | 33 KB |
hft-client-1.0.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lykke.hft/hft-client/ -->
<dependency>
<groupId>com.lykke.hft</groupId>
<artifactId>hft-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lykke.hft/hft-client/
implementation 'com.lykke.hft:hft-client:1.0.0'
// https://jarcasting.com/artifacts/com.lykke.hft/hft-client/
implementation ("com.lykke.hft:hft-client:1.0.0")
'com.lykke.hft:hft-client:jar:1.0.0'
<dependency org="com.lykke.hft" name="hft-client" rev="1.0.0">
<artifact name="hft-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lykke.hft', module='hft-client', version='1.0.0')
)
libraryDependencies += "com.lykke.hft" % "hft-client" % "1.0.0"
[com.lykke.hft/hft-client "1.0.0"]