| License |
License |
|---|---|
| GroupId | GroupIdcom.github.joaocruz04 |
| ArtifactId | ArtifactIdjutils |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
DescriptionJUtils Library
Utility library for Android projects
|
| Filename | Size |
|---|---|
| jutils-1.0.1.pom | |
| jutils-1.0.1.aar | 60 KB |
| jutils-1.0.1-sources.jar | 3 KB |
| jutils-1.0.1-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.joaocruz04/jutils/ -->
<dependency>
<groupId>com.github.joaocruz04</groupId>
<artifactId>jutils</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.joaocruz04/jutils/
implementation 'com.github.joaocruz04:jutils:1.0.1'
// https://jarcasting.com/artifacts/com.github.joaocruz04/jutils/
implementation ("com.github.joaocruz04:jutils:1.0.1")
'com.github.joaocruz04:jutils:aar:1.0.1'
<dependency org="com.github.joaocruz04" name="jutils" rev="1.0.1">
<artifact name="jutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.joaocruz04', module='jutils', version='1.0.1')
)
libraryDependencies += "com.github.joaocruz04" % "jutils" % "1.0.1"
[com.github.joaocruz04/jutils "1.0.1"]