GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdktp |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
ktp-3.0.0-RC1.pom | |
ktp-3.0.0-RC1.jar | 20 KB |
ktp-3.0.0-RC1-sources.jar | 7 KB |
ktp-3.0.0-RC1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>ktp</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/
implementation 'com.github.stephanenicolas.toothpick:ktp:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/ktp/
implementation ("com.github.stephanenicolas.toothpick:ktp:3.0.0-RC1")
'com.github.stephanenicolas.toothpick:ktp:jar:3.0.0-RC1'
<dependency org="com.github.stephanenicolas.toothpick" name="ktp" rev="3.0.0-RC1">
<artifact name="ktp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='ktp', version='3.0.0-RC1')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "ktp" % "3.0.0-RC1"
[com.github.stephanenicolas.toothpick/ktp "3.0.0-RC1"]