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