GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdtoothpick-testing |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
toothpick-testing-1.0.1.pom | |
toothpick-testing-1.0.1.jar | 4 KB |
toothpick-testing-1.0.1-sources.jar | 2 KB |
toothpick-testing-1.0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-testing/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>toothpick-testing</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-testing/
implementation 'com.github.stephanenicolas.toothpick:toothpick-testing:1.0.1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-testing/
implementation ("com.github.stephanenicolas.toothpick:toothpick-testing:1.0.1")
'com.github.stephanenicolas.toothpick:toothpick-testing:jar:1.0.1'
<dependency org="com.github.stephanenicolas.toothpick" name="toothpick-testing" rev="1.0.1">
<artifact name="toothpick-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='toothpick-testing', version='1.0.1')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "toothpick-testing" % "1.0.1"
[com.github.stephanenicolas.toothpick/toothpick-testing "1.0.1"]