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