GroupId | GroupIdcom.github.shijingsh |
---|---|
ArtifactId | ArtifactIdknife4j-annotations |
Version | Version3.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shijingsh/knife4j-annotations/ -->
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>knife4j-annotations</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j-annotations/
implementation 'com.github.shijingsh:knife4j-annotations:3.0.4'
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j-annotations/
implementation ("com.github.shijingsh:knife4j-annotations:3.0.4")
'com.github.shijingsh:knife4j-annotations:jar:3.0.4'
<dependency org="com.github.shijingsh" name="knife4j-annotations" rev="3.0.4">
<artifact name="knife4j-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shijingsh', module='knife4j-annotations', version='3.0.4')
)
libraryDependencies += "com.github.shijingsh" % "knife4j-annotations" % "3.0.4"
[com.github.shijingsh/knife4j-annotations "3.0.4"]