GroupId | GroupIdme.wuwenbin |
---|---|
ArtifactId | ArtifactIdtemplate-utils-http |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
template-utils-http-1.0.0.pom | |
template-utils-http-1.0.0.jar | 41 KB |
template-utils-http-1.0.0-sources.jar | 30 KB |
template-utils-http-1.0.0-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-utils-http/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-utils-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-http/
implementation 'me.wuwenbin:template-utils-http:1.0.0'
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-http/
implementation ("me.wuwenbin:template-utils-http:1.0.0")
'me.wuwenbin:template-utils-http:jar:1.0.0'
<dependency org="me.wuwenbin" name="template-utils-http" rev="1.0.0">
<artifact name="template-utils-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-utils-http', version='1.0.0')
)
libraryDependencies += "me.wuwenbin" % "template-utils-http" % "1.0.0"
[me.wuwenbin/template-utils-http "1.0.0"]