Categories |
CategoriesNet |
---|---|
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdunihttp-core |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
unihttp-core-2.0.0.pom | |
unihttp-core-2.0.0.jar | 211 KB |
unihttp-core-2.0.0-sources.jar | 174 KB |
unihttp-core-2.0.0-javadoc.jar | 702 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>unihttp-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/
implementation 'top.jfunc.network:unihttp-core:2.0.0'
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/
implementation ("top.jfunc.network:unihttp-core:2.0.0")
'top.jfunc.network:unihttp-core:jar:2.0.0'
<dependency org="top.jfunc.network" name="unihttp-core" rev="2.0.0">
<artifact name="unihttp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='unihttp-core', version='2.0.0')
)
libraryDependencies += "top.jfunc.network" % "unihttp-core" % "2.0.0"
[top.jfunc.network/unihttp-core "2.0.0"]