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