is not current version
Last Version 1.0.1

com.github.xingfudeshi:yoyo 1.0.0

Yoyo is spring-boot starter allows you to start your Apps(like spring-cloud ) in an orderly way.

GroupId

GroupId

com.github.xingfudeshi
ArtifactId

ArtifactId

yoyo
Version

Version

1.0.0
Type

Type

jar

Download yoyo 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.xingfudeshi/yoyo/ -->
<dependency>
    <groupId>com.github.xingfudeshi</groupId>
    <artifactId>yoyo</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xingfudeshi/yoyo/
implementation 'com.github.xingfudeshi:yoyo:1.0.0'
// https://jarcasting.com/artifacts/com.github.xingfudeshi/yoyo/
implementation ("com.github.xingfudeshi:yoyo:1.0.0")
'com.github.xingfudeshi:yoyo:jar:1.0.0'
<dependency org="com.github.xingfudeshi" name="yoyo" rev="1.0.0">
  <artifact name="yoyo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xingfudeshi', module='yoyo', version='1.0.0')
)
libraryDependencies += "com.github.xingfudeshi" % "yoyo" % "1.0.0"
[com.github.xingfudeshi/yoyo "1.0.0"]