| GroupId | GroupIdcom.xishankeji |
|---|---|
| ArtifactId | ArtifactIdPorter-Core |
| Version | Version1.0.5-final1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Porter-Core-1.0.5-final1.pom | |
| Porter-Core-1.0.5-final1.jar | 392 KB |
| Porter-Core-1.0.5-final1-sources.jar | 205 KB |
| Porter-Core-1.0.5-final1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xishankeji/Porter-Core/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>Porter-Core</artifactId>
<version>1.0.5-final1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Core/
implementation 'com.xishankeji:Porter-Core:1.0.5-final1'
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Core/
implementation ("com.xishankeji:Porter-Core:1.0.5-final1")
'com.xishankeji:Porter-Core:jar:1.0.5-final1'
<dependency org="com.xishankeji" name="Porter-Core" rev="1.0.5-final1">
<artifact name="Porter-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='Porter-Core', version='1.0.5-final1')
)
libraryDependencies += "com.xishankeji" % "Porter-Core" % "1.0.5-final1"
[com.xishankeji/Porter-Core "1.0.5-final1"]