| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Square Business Logic Libraries Financial Moshi Data JSON |
| GroupId | GroupIdcom.squareup.moshi |
| ArtifactId | ArtifactIdmoshi-kotlin-tests |
| Version | Version1.10.0 |
| Type | Typejar |
| Description |
DescriptionA modern JSON API for Android and Java
|
| Filename | Size |
|---|---|
| moshi-kotlin-tests-1.10.0.pom | |
| moshi-kotlin-tests-1.10.0.jar | 2 KB |
| moshi-kotlin-tests-1.10.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.moshi/moshi-kotlin-tests/ -->
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-kotlin-tests</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.moshi/moshi-kotlin-tests/
implementation 'com.squareup.moshi:moshi-kotlin-tests:1.10.0'
// https://jarcasting.com/artifacts/com.squareup.moshi/moshi-kotlin-tests/
implementation ("com.squareup.moshi:moshi-kotlin-tests:1.10.0")
'com.squareup.moshi:moshi-kotlin-tests:jar:1.10.0'
<dependency org="com.squareup.moshi" name="moshi-kotlin-tests" rev="1.10.0">
<artifact name="moshi-kotlin-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.moshi', module='moshi-kotlin-tests', version='1.10.0')
)
libraryDependencies += "com.squareup.moshi" % "moshi-kotlin-tests" % "1.10.0"
[com.squareup.moshi/moshi-kotlin-tests "1.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.moshi : moshi | jar | 1.10.0 |
| com.squareup.moshi : moshi-kotlin | jar | 1.10.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.11.1 |