| GroupId | GroupIdcom.github.zakgof | 
|---|---|
| ArtifactId | ArtifactIdtools | 
| Version | Version0.3.3.android | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| tools-0.3.3.android.pom | |
| tools-0.3.3.android.jar | 82 KB | 
| tools-0.3.3.android-sources.jar | 28 KB | 
| tools-0.3.3.android-javadoc.jar | 170 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.zakgof/tools/ -->
<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>tools</artifactId>
    <version>0.3.3.android</version>
</dependency>// https://jarcasting.com/artifacts/com.github.zakgof/tools/
implementation 'com.github.zakgof:tools:0.3.3.android'// https://jarcasting.com/artifacts/com.github.zakgof/tools/
implementation ("com.github.zakgof:tools:0.3.3.android")'com.github.zakgof:tools:jar:0.3.3.android'<dependency org="com.github.zakgof" name="tools" rev="0.3.3.android">
  <artifact name="tools" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.zakgof', module='tools', version='0.3.3.android')
)libraryDependencies += "com.github.zakgof" % "tools" % "0.3.3.android"[com.github.zakgof/tools "0.3.3.android"]