is not current version
Last Version 1.0.1

com.github.podal.async:asyncbase 1.0.0

ASync is an asynchronous library to handle asynchronous communication over sockets, console and web. Base

GroupId

GroupId

com.github.podal.async
ArtifactId

ArtifactId

asyncbase
Version

Version

1.0.0
Type

Type

pom

Download asyncbase 1.0.0

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"]