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