License |
License |
---|---|
GroupId | GroupIdcom.github.stephanenicolas.toothpick |
ArtifactId | ArtifactIdtoothpick-runtime |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionToothpick Runtime
'Main Toothpick implementation'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toothpick-runtime-3.1.0.pom | |
toothpick-runtime-3.1.0.jar | 34 KB |
toothpick-runtime-3.1.0-sources.jar | 31 KB |
toothpick-runtime-3.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-runtime/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>toothpick-runtime</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-runtime/
implementation 'com.github.stephanenicolas.toothpick:toothpick-runtime:3.1.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-runtime/
implementation ("com.github.stephanenicolas.toothpick:toothpick-runtime:3.1.0")
'com.github.stephanenicolas.toothpick:toothpick-runtime:jar:3.1.0'
<dependency org="com.github.stephanenicolas.toothpick" name="toothpick-runtime" rev="3.1.0">
<artifact name="toothpick-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='toothpick-runtime', version='3.1.0')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "toothpick-runtime" % "3.1.0"
[com.github.stephanenicolas.toothpick/toothpick-runtime "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.stephanenicolas.toothpick : toothpick | jar | 3.1.0 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13-beta-3 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.mockito : mockito-core | jar | 2.4.0 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito2 | jar | 1.7.4 |
org.powermock : powermock-module-junit4-rule-agent | jar | 1.7.4 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |
org.jetbrains.kotlin : kotlin-test | jar | 1.3.41 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.41 |