GroupId | GroupIdcom.arasthel |
---|---|
ArtifactId | ArtifactIdasyncjob-library |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
asyncjob-library-1.0.1.pom | |
asyncjob-library-1.0.1.aar | 12 KB |
asyncjob-library-1.0.1-sources.jar | 261 bytes |
asyncjob-library-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.arasthel/asyncjob-library/ -->
<dependency>
<groupId>com.arasthel</groupId>
<artifactId>asyncjob-library</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arasthel/asyncjob-library/
implementation 'com.arasthel:asyncjob-library:1.0.1'
// https://jarcasting.com/artifacts/com.arasthel/asyncjob-library/
implementation ("com.arasthel:asyncjob-library:1.0.1")
'com.arasthel:asyncjob-library:aar:1.0.1'
<dependency org="com.arasthel" name="asyncjob-library" rev="1.0.1">
<artifact name="asyncjob-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arasthel', module='asyncjob-library', version='1.0.1')
)
libraryDependencies += "com.arasthel" % "asyncjob-library" % "1.0.1"
[com.arasthel/asyncjob-library "1.0.1"]