GroupId | GroupIdcom.github.podal.async |
---|---|
ArtifactId | ArtifactIdasync |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
async-1.0.0.pom | |
async-1.0.0.jar | 24 KB |
async-1.0.0-sources.jar | 14 KB |
async-1.0.0-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.podal.async/async/ -->
<dependency>
<groupId>com.github.podal.async</groupId>
<artifactId>async</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.podal.async/async/
implementation 'com.github.podal.async:async:1.0.0'
// https://jarcasting.com/artifacts/com.github.podal.async/async/
implementation ("com.github.podal.async:async:1.0.0")
'com.github.podal.async:async:jar:1.0.0'
<dependency org="com.github.podal.async" name="async" rev="1.0.0">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.podal.async', module='async', version='1.0.0')
)
libraryDependencies += "com.github.podal.async" % "async" % "1.0.0"
[com.github.podal.async/async "1.0.0"]