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