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