License |
License |
---|---|
GroupId | GroupIdcom.github.stephanenicolas.toothpick |
ArtifactId | ArtifactIdktp |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionKotlin ToothPick
'Kotlin extensions for toothpick'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktp-3.1.0.pom | |
ktp-3.1.0.jar | 27 KB |
ktp-3.1.0-sources.jar | 8 KB |
ktp-3.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>ktp</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/
implementation 'com.github.stephanenicolas.toothpick:ktp:3.1.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/
implementation ("com.github.stephanenicolas.toothpick:ktp:3.1.0")
'com.github.stephanenicolas.toothpick:ktp:jar:3.1.0'
<dependency org="com.github.stephanenicolas.toothpick" name="ktp" rev="3.1.0">
<artifact name="ktp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='ktp', version='3.1.0')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "ktp" % "3.1.0"
[com.github.stephanenicolas.toothpick/ktp "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.stephanenicolas.toothpick : toothpick-runtime | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |
Group / Artifact | Type | Version |
---|---|---|
com.github.stephanenicolas.toothpick : toothpick-testing-junit5 | jar | 3.1.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.1.0 |
org.mockito : mockito-junit-jupiter | jar | 2.23.0 |
org.amshove.kluent : kluent-android | jar | 1.51 |