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