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