Categories |
CategoriesNet |
---|---|
GroupId | GroupIdme.melchor9000 |
ArtifactId | ArtifactIdasync-net |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
async-net-1.0.1.pom | |
async-net-1.0.1.jar | 91 KB |
async-net-1.0.1-sources.jar | 45 KB |
async-net-1.0.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.melchor9000/async-net/ -->
<dependency>
<groupId>me.melchor9000</groupId>
<artifactId>async-net</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.melchor9000/async-net/
implementation 'me.melchor9000:async-net:1.0.1'
// https://jarcasting.com/artifacts/me.melchor9000/async-net/
implementation ("me.melchor9000:async-net:1.0.1")
'me.melchor9000:async-net:jar:1.0.1'
<dependency org="me.melchor9000" name="async-net" rev="1.0.1">
<artifact name="async-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.melchor9000', module='async-net', version='1.0.1')
)
libraryDependencies += "me.melchor9000" % "async-net" % "1.0.1"
[me.melchor9000/async-net "1.0.1"]