License |
License |
---|---|
GroupId | GroupIdcom.github.stephanenicolas |
ArtifactId | ArtifactIdtoothpick |
Version | Version1.0.0-RC1 |
Type | Typejar |
Description |
DescriptionToothpick
'Interfaces, public API of toothpick'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toothpick-1.0.0-RC1.pom | |
toothpick-1.0.0-RC1.jar | 6 KB |
toothpick-1.0.0-RC1-sources.jar | 9 KB |
toothpick-1.0.0-RC1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>toothpick</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick/
implementation 'com.github.stephanenicolas:toothpick:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick/
implementation ("com.github.stephanenicolas:toothpick:1.0.0-RC1")
'com.github.stephanenicolas:toothpick:jar:1.0.0-RC1'
<dependency org="com.github.stephanenicolas" name="toothpick" rev="1.0.0-RC1">
<artifact name="toothpick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='toothpick', version='1.0.0-RC1')
)
libraryDependencies += "com.github.stephanenicolas" % "toothpick" % "1.0.0-RC1"
[com.github.stephanenicolas/toothpick "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |