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