GroupId | GroupIdcom.github.stephanenicolas.toothpick |
---|---|
ArtifactId | ArtifactIdsmoothie-support |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
smoothie-support-2.0.0.pom | |
smoothie-support-2.0.0.aar | 2 KB |
smoothie-support-2.0.0-sources.jar | 1 KB |
smoothie-support-2.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/ -->
<dependency>
<groupId>com.github.stephanenicolas.toothpick</groupId>
<artifactId>smoothie-support</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/
implementation 'com.github.stephanenicolas.toothpick:smoothie-support:2.0.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.toothpick/smoothie-support/
implementation ("com.github.stephanenicolas.toothpick:smoothie-support:2.0.0")
'com.github.stephanenicolas.toothpick:smoothie-support:aar:2.0.0'
<dependency org="com.github.stephanenicolas.toothpick" name="smoothie-support" rev="2.0.0">
<artifact name="smoothie-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.toothpick', module='smoothie-support', version='2.0.0')
)
libraryDependencies += "com.github.stephanenicolas.toothpick" % "smoothie-support" % "2.0.0"
[com.github.stephanenicolas.toothpick/smoothie-support "2.0.0"]