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