License |
License |
---|---|
GroupId | GroupIdcom.github.podal.async |
ArtifactId | ArtifactIdasync |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionAsynchronous tools
ASync is an asynchronous library to handle asynchronous communication over sockets, console and web.
|
Project URL |
Project URL |
Filename | Size |
---|---|
async-1.0.1.pom | |
async-1.0.1.jar | 31 KB |
async-1.0.1-sources.jar | 16 KB |
async-1.0.1-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.podal.async/async/ -->
<dependency>
<groupId>com.github.podal.async</groupId>
<artifactId>async</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.podal.async/async/
implementation 'com.github.podal.async:async:1.0.1'
// https://jarcasting.com/artifacts/com.github.podal.async/async/
implementation ("com.github.podal.async:async:1.0.1")
'com.github.podal.async:async:jar:1.0.1'
<dependency org="com.github.podal.async" name="async" rev="1.0.1">
<artifact name="async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.podal.async', module='async', version='1.0.1')
)
libraryDependencies += "com.github.podal.async" % "async" % "1.0.1"
[com.github.podal.async/async "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.8.5 |
junit : junit | jar | 4.8.1 |