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