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