GroupId | GroupIdcom.github.udioshi85 |
---|---|
ArtifactId | ArtifactIdtooly |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
tooly-1.0.6.pom | |
tooly-1.0.6.aar | 24 KB |
tooly-1.0.6-sources.jar | 4 KB |
tooly-1.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.udioshi85/tooly/ -->
<dependency>
<groupId>com.github.udioshi85</groupId>
<artifactId>tooly</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.udioshi85/tooly/
implementation 'com.github.udioshi85:tooly:1.0.6'
// https://jarcasting.com/artifacts/com.github.udioshi85/tooly/
implementation ("com.github.udioshi85:tooly:1.0.6")
'com.github.udioshi85:tooly:aar:1.0.6'
<dependency org="com.github.udioshi85" name="tooly" rev="1.0.6">
<artifact name="tooly" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.udioshi85', module='tooly', version='1.0.6')
)
libraryDependencies += "com.github.udioshi85" % "tooly" % "1.0.6"
[com.github.udioshi85/tooly "1.0.6"]