License |
License |
---|---|
GroupId | GroupIdicu.easyj.framework |
ArtifactId | ArtifactIdeasyj-framework-parent |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Description为了方便其他Java项目的搭建,提供了该build,作为其他项目的父级`pom.xml`。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
easyj-framework-parent-0.1.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.framework/easyj-framework-parent/ -->
<dependency>
<groupId>icu.easyj.framework</groupId>
<artifactId>easyj-framework-parent</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.framework/easyj-framework-parent/
implementation 'icu.easyj.framework:easyj-framework-parent:0.1.3'
// https://jarcasting.com/artifacts/icu.easyj.framework/easyj-framework-parent/
implementation ("icu.easyj.framework:easyj-framework-parent:0.1.3")
'icu.easyj.framework:easyj-framework-parent:pom:0.1.3'
<dependency org="icu.easyj.framework" name="easyj-framework-parent" rev="0.1.3">
<artifact name="easyj-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.framework', module='easyj-framework-parent', version='0.1.3')
)
libraryDependencies += "icu.easyj.framework" % "easyj-framework-parent" % "0.1.3"
[icu.easyj.framework/easyj-framework-parent "0.1.3"]