GroupId | GroupIdio.github.xiaoyudeguang |
---|---|
ArtifactId | ArtifactIdeasy-develop |
Version | Version3.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
easy-develop-3.0.0-RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-develop/ -->
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-develop</artifactId>
<version>3.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-develop/
implementation 'io.github.xiaoyudeguang:easy-develop:3.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-develop/
implementation ("io.github.xiaoyudeguang:easy-develop:3.0.0-RELEASE")
'io.github.xiaoyudeguang:easy-develop:pom:3.0.0-RELEASE'
<dependency org="io.github.xiaoyudeguang" name="easy-develop" rev="3.0.0-RELEASE">
<artifact name="easy-develop" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoyudeguang', module='easy-develop', version='3.0.0-RELEASE')
)
libraryDependencies += "io.github.xiaoyudeguang" % "easy-develop" % "3.0.0-RELEASE"
[io.github.xiaoyudeguang/easy-develop "3.0.0-RELEASE"]