is not current version
Last Version 1.0.1

com.github.podal.async:asyncdefault 1.0.0

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

GroupId

GroupId

com.github.podal.async
ArtifactId

ArtifactId

asyncdefault
Version

Version

1.0.0
Type

Type

jar

Download asyncdefault 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.podal.async/asyncdefault/ -->
<dependency>
    <groupId>com.github.podal.async</groupId>
    <artifactId>asyncdefault</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.podal.async/asyncdefault/
implementation 'com.github.podal.async:asyncdefault:1.0.0'
// https://jarcasting.com/artifacts/com.github.podal.async/asyncdefault/
implementation ("com.github.podal.async:asyncdefault:1.0.0")
'com.github.podal.async:asyncdefault:jar:1.0.0'
<dependency org="com.github.podal.async" name="asyncdefault" rev="1.0.0">
  <artifact name="asyncdefault" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.podal.async', module='asyncdefault', version='1.0.0')
)
libraryDependencies += "com.github.podal.async" % "asyncdefault" % "1.0.0"
[com.github.podal.async/asyncdefault "1.0.0"]