GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIdtoolkit |
Version | Version4.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
toolkit-4.0.0.pom | |
toolkit-4.0.0-sources.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/toolkit/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>toolkit</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/toolkit/
implementation 'com.github.javakam:toolkit:4.0.0'
// https://jarcasting.com/artifacts/com.github.javakam/toolkit/
implementation ("com.github.javakam:toolkit:4.0.0")
'com.github.javakam:toolkit:aar:4.0.0'
<dependency org="com.github.javakam" name="toolkit" rev="4.0.0">
<artifact name="toolkit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='toolkit', version='4.0.0')
)
libraryDependencies += "com.github.javakam" % "toolkit" % "4.0.0"
[com.github.javakam/toolkit "4.0.0"]