GroupId | GroupIdcom.github.LinYuanBaoBao |
---|---|
ArtifactId | ArtifactIdhttp-proxy-servlet |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/ -->
<dependency>
<groupId>com.github.LinYuanBaoBao</groupId>
<artifactId>http-proxy-servlet</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/
implementation 'com.github.LinYuanBaoBao:http-proxy-servlet:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/
implementation ("com.github.LinYuanBaoBao:http-proxy-servlet:1.0.1-RELEASE")
'com.github.LinYuanBaoBao:http-proxy-servlet:jar:1.0.1-RELEASE'
<dependency org="com.github.LinYuanBaoBao" name="http-proxy-servlet" rev="1.0.1-RELEASE">
<artifact name="http-proxy-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.LinYuanBaoBao', module='http-proxy-servlet', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.LinYuanBaoBao" % "http-proxy-servlet" % "1.0.1-RELEASE"
[com.github.LinYuanBaoBao/http-proxy-servlet "1.0.1-RELEASE"]