GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdtoothpick-testing |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
toothpick-testing-1.0.3.pom | |
toothpick-testing-1.0.3.jar | 4 KB |
toothpick-testing-1.0.3-sources.jar | 2 KB |
toothpick-testing-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-testing/
implementation 'com.github.stephanenicolas.toothpick:toothpick-testing:1.0.3'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-testing/
implementation ("com.github.stephanenicolas.toothpick:toothpick-testing:1.0.3")
'com.github.stephanenicolas.toothpick:toothpick-testing:jar:1.0.3'
<dependency org="com.github.stephanenicolas.toothpick" name="toothpick-testing" rev="1.0.3">
<artifact name="toothpick-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='toothpick-testing', version='1.0.3')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "toothpick-testing" % "1.0.3"
[com.github.stephanenicolas.toothpick/toothpick-testing "1.0.3"]