GroupId | GroupIdcom.github.hetianyi |
---|---|
ArtifactId | ArtifactIdspringboot-common |
Version | Version1.0.16 |
Type | Typejar |
Filename | Size |
---|---|
springboot-common-1.0.16.pom | |
springboot-common-1.0.16.jar | 55 KB |
springboot-common-1.0.16-sources.jar | 32 KB |
springboot-common-1.0.16-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-common</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:1.0.16'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:1.0.16")
'com.github.hetianyi:springboot-common:jar:1.0.16'
<dependency org="com.github.hetianyi" name="springboot-common" rev="1.0.16">
<artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='1.0.16')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "1.0.16"
[com.github.hetianyi/springboot-common "1.0.16"]