GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdsmoothie-support |
Version | Version3.0.0-RC1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>smoothie-support</artifactId>
<version>3.0.0-RC1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/
implementation 'com.github.stephanenicolas.toothpick:smoothie-support:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/
implementation ("com.github.stephanenicolas.toothpick:smoothie-support:3.0.0-RC1")
'com.github.stephanenicolas.toothpick:smoothie-support:aar:3.0.0-RC1'
<dependency org="com.github.stephanenicolas.toothpick" name="smoothie-support" rev="3.0.0-RC1">
<artifact name="smoothie-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='smoothie-support', version='3.0.0-RC1')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "smoothie-support" % "3.0.0-RC1"
[com.github.stephanenicolas.toothpick/smoothie-support "3.0.0-RC1"]