GroupId | GroupIdcom.xishankeji |
---|---|
ArtifactId | ArtifactIdPorter-Bridge-Servlet |
Version | Version1.0.5-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Servlet/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>Porter-Bridge-Servlet</artifactId>
<version>1.0.5-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Servlet/
implementation 'com.xishankeji:Porter-Bridge-Servlet:1.0.5-beta3'
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Servlet/
implementation ("com.xishankeji:Porter-Bridge-Servlet:1.0.5-beta3")
'com.xishankeji:Porter-Bridge-Servlet:jar:1.0.5-beta3'
<dependency org="com.xishankeji" name="Porter-Bridge-Servlet" rev="1.0.5-beta3">
<artifact name="Porter-Bridge-Servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='Porter-Bridge-Servlet', version='1.0.5-beta3')
)
libraryDependencies += "com.xishankeji" % "Porter-Bridge-Servlet" % "1.0.5-beta3"
[com.xishankeji/Porter-Bridge-Servlet "1.0.5-beta3"]