GroupId | GroupIdcom.arasthel |
---|---|
ArtifactId | ArtifactIdasyncjob-library |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
asyncjob-library-1.0.0.pom | |
asyncjob-library-1.0.0.aar | 61 KB |
asyncjob-library-1.0.0-sources.jar | 261 bytes |
asyncjob-library-1.0.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arasthel/asyncjob-library/
implementation 'com.arasthel:asyncjob-library:1.0.0'
// https://jarcasting.com/artifacts/com.arasthel/asyncjob-library/
implementation ("com.arasthel:asyncjob-library:1.0.0")
'com.arasthel:asyncjob-library:aar:1.0.0'
<dependency org="com.arasthel" name="asyncjob-library" rev="1.0.0">
<artifact name="asyncjob-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arasthel', module='asyncjob-library', version='1.0.0')
)
libraryDependencies += "com.arasthel" % "asyncjob-library" % "1.0.0"
[com.arasthel/asyncjob-library "1.0.0"]