GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdtoothpick-compiler |
Version | Version1.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-compiler/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>toothpick-compiler</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-compiler/
implementation 'com.github.stephanenicolas.toothpick:toothpick-compiler:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/toothpick-compiler/
implementation ("com.github.stephanenicolas.toothpick:toothpick-compiler:1.0.0-RC2")
'com.github.stephanenicolas.toothpick:toothpick-compiler:jar:1.0.0-RC2'
<dependency org="com.github.stephanenicolas.toothpick" name="toothpick-compiler" rev="1.0.0-RC2">
<artifact name="toothpick-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='toothpick-compiler', version='1.0.0-RC2')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "toothpick-compiler" % "1.0.0-RC2"
[com.github.stephanenicolas.toothpick/toothpick-compiler "1.0.0-RC2"]