| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rabitarochan |
| ArtifactId | ArtifactIdkotassert |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionkotassert
JUnit support library for Kotlin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotassert-0.1.0.pom | |
| kotassert-0.1.0.jar | 8 KB |
| kotassert-0.1.0-sources.jar | 1 KB |
| kotassert-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rabitarochan/kotassert/ -->
<dependency>
<groupId>com.github.rabitarochan</groupId>
<artifactId>kotassert</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rabitarochan/kotassert/
implementation 'com.github.rabitarochan:kotassert:0.1.0'
// https://jarcasting.com/artifacts/com.github.rabitarochan/kotassert/
implementation ("com.github.rabitarochan:kotassert:0.1.0")
'com.github.rabitarochan:kotassert:jar:0.1.0'
<dependency org="com.github.rabitarochan" name="kotassert" rev="0.1.0">
<artifact name="kotassert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rabitarochan', module='kotassert', version='0.1.0')
)
libraryDependencies += "com.github.rabitarochan" % "kotassert" % "0.1.0"
[com.github.rabitarochan/kotassert "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.0.4 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |