GroupId | GroupIdcom.github.hetianyi |
---|---|
ArtifactId | ArtifactIdspringboot-ready |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
springboot-ready-1.0.0.pom | |
springboot-ready-1.0.0.jar | 46 KB |
springboot-ready-1.0.0-sources.jar | 17 KB |
springboot-ready-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation 'com.github.hetianyi:springboot-ready:1.0.0'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation ("com.github.hetianyi:springboot-ready:1.0.0")
'com.github.hetianyi:springboot-ready:jar:1.0.0'
<dependency org="com.github.hetianyi" name="springboot-ready" rev="1.0.0">
<artifact name="springboot-ready" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-ready', version='1.0.0')
)
libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "1.0.0"
[com.github.hetianyi/springboot-ready "1.0.0"]