License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.ryuta46 |
ArtifactId | ArtifactIdnem-kotlin |
Version | Version0.6.0 |
Type | Typejar |
Description |
Descriptionnem-kotlin
nem-kotlin is client library for easy use of NEM(New Economy Movement) API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nem-kotlin-0.6.0.pom | |
nem-kotlin-0.6.0.jar | 380 KB |
nem-kotlin-0.6.0-sources.jar | 104 KB |
nem-kotlin-0.6.0-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ryuta46/nem-kotlin/ -->
<dependency>
<groupId>com.ryuta46</groupId>
<artifactId>nem-kotlin</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ryuta46/nem-kotlin/
implementation 'com.ryuta46:nem-kotlin:0.6.0'
// https://jarcasting.com/artifacts/com.ryuta46/nem-kotlin/
implementation ("com.ryuta46:nem-kotlin:0.6.0")
'com.ryuta46:nem-kotlin:jar:0.6.0'
<dependency org="com.ryuta46" name="nem-kotlin" rev="0.6.0">
<artifact name="nem-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ryuta46', module='nem-kotlin', version='0.6.0')
)
libraryDependencies += "com.ryuta46" % "nem-kotlin" % "0.6.0"
[com.ryuta46/nem-kotlin "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.60 |
com.google.code.gson : gson | jar | 2.8.2 |
com.madgag.spongycastle : prov | jar | 1.51.0.0 |
com.madgag.spongycastle : core | jar | 1.51.0.0 |
net.i2p.crypto : eddsa | jar | 0.2.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.1.0 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.1.0 |
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
org.java-websocket : Java-WebSocket | jar | 1.3.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.nhaarman : mockito-kotlin | jar | 1.5.0 |