GroupId | GroupIdcom.github.zj-dreamly |
---|---|
ArtifactId | ArtifactIddreamly-starter-oss |
Version | Version1.0.0-beta.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-oss/ -->
<dependency>
<groupId>com.github.zj-dreamly</groupId>
<artifactId>dreamly-starter-oss</artifactId>
<version>1.0.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-oss/
implementation 'com.github.zj-dreamly:dreamly-starter-oss:1.0.0-beta.5'
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-oss/
implementation ("com.github.zj-dreamly:dreamly-starter-oss:1.0.0-beta.5")
'com.github.zj-dreamly:dreamly-starter-oss:jar:1.0.0-beta.5'
<dependency org="com.github.zj-dreamly" name="dreamly-starter-oss" rev="1.0.0-beta.5">
<artifact name="dreamly-starter-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zj-dreamly', module='dreamly-starter-oss', version='1.0.0-beta.5')
)
libraryDependencies += "com.github.zj-dreamly" % "dreamly-starter-oss" % "1.0.0-beta.5"
[com.github.zj-dreamly/dreamly-starter-oss "1.0.0-beta.5"]