GroupId | GroupIdcom.xishankeji |
---|---|
ArtifactId | ArtifactIdOftenPorter |
Version | Version1.0.5-final1 |
Type | Typepom |
Filename | Size |
---|---|
OftenPorter-1.0.5-final1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xishankeji/OftenPorter/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>OftenPorter</artifactId>
<version>1.0.5-final1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/OftenPorter/
implementation 'com.xishankeji:OftenPorter:1.0.5-final1'
// https://jarcasting.com/artifacts/com.xishankeji/OftenPorter/
implementation ("com.xishankeji:OftenPorter:1.0.5-final1")
'com.xishankeji:OftenPorter:pom:1.0.5-final1'
<dependency org="com.xishankeji" name="OftenPorter" rev="1.0.5-final1">
<artifact name="OftenPorter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='OftenPorter', version='1.0.5-final1')
)
libraryDependencies += "com.xishankeji" % "OftenPorter" % "1.0.5-final1"
[com.xishankeji/OftenPorter "1.0.5-final1"]