GroupId | GroupIdcom.github.shijingsh |
---|---|
ArtifactId | ArtifactIdknife4j |
Version | Version3.0.3 |
Type | Typepom |
Filename | Size |
---|---|
knife4j-3.0.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/ -->
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>knife4j</artifactId>
<version>3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/
implementation 'com.github.shijingsh:knife4j:3.0.3'
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/
implementation ("com.github.shijingsh:knife4j:3.0.3")
'com.github.shijingsh:knife4j:pom:3.0.3'
<dependency org="com.github.shijingsh" name="knife4j" rev="3.0.3">
<artifact name="knife4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shijingsh', module='knife4j', version='3.0.3')
)
libraryDependencies += "com.github.shijingsh" % "knife4j" % "3.0.3"
[com.github.shijingsh/knife4j "3.0.3"]