Last Version

Asynchronous tools Base 1.0.1

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

License

License

GroupId

GroupId

com.github.podal.async
ArtifactId

ArtifactId

asyncbase
Version

Version

1.0.1
Type

Type

pom
Description

Description

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

Download asyncbase 1.0.1

Filename Size
asyncbase-1.0.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.podal.async/asyncbase/
implementation 'com.github.podal.async:asyncbase:1.0.1'
// https://jarcasting.com/artifacts/com.github.podal.async/asyncbase/
implementation ("com.github.podal.async:asyncbase:1.0.1")
'com.github.podal.async:asyncbase:pom:1.0.1'
<dependency org="com.github.podal.async" name="asyncbase" rev="1.0.1">
  <artifact name="asyncbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.podal.async', module='asyncbase', version='1.0.1')
)
libraryDependencies += "com.github.podal.async" % "asyncbase" % "1.0.1"
[com.github.podal.async/asyncbase "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • async
  • asyncexample
  • asyncpage
  • asyncdefault