License |
License |
---|---|
GroupId | GroupIdcom.github.podal.async |
ArtifactId | ArtifactIdasyncbase |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionAsynchronous tools Base
ASync is an asynchronous library to handle asynchronous communication over sockets, console and web. Base
|
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"]