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