Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.oughttoprevail |
ArtifactId | ArtifactIdAsyncNetwork |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
AsyncNetwork-1.2.2.pom | |
AsyncNetwork-1.2.2.jar | 289 KB |
AsyncNetwork-1.2.2-sources.jar | 266 KB |
AsyncNetwork-1.2.2-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oughttoprevail/AsyncNetwork/ -->
<dependency>
<groupId>com.github.oughttoprevail</groupId>
<artifactId>AsyncNetwork</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oughttoprevail/AsyncNetwork/
implementation 'com.github.oughttoprevail:AsyncNetwork:1.2.2'
// https://jarcasting.com/artifacts/com.github.oughttoprevail/AsyncNetwork/
implementation ("com.github.oughttoprevail:AsyncNetwork:1.2.2")
'com.github.oughttoprevail:AsyncNetwork:jar:1.2.2'
<dependency org="com.github.oughttoprevail" name="AsyncNetwork" rev="1.2.2">
<artifact name="AsyncNetwork" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oughttoprevail', module='AsyncNetwork', version='1.2.2')
)
libraryDependencies += "com.github.oughttoprevail" % "AsyncNetwork" % "1.2.2"
[com.github.oughttoprevail/AsyncNetwork "1.2.2"]