| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.alibaba.edas |
| ArtifactId | ArtifactIdedas-maven-parent |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionedas-maven-parent
Edas parent.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| edas-maven-parent-2.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.edas/edas-maven-parent/ -->
<dependency>
<groupId>com.alibaba.edas</groupId>
<artifactId>edas-maven-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.edas/edas-maven-parent/
implementation 'com.alibaba.edas:edas-maven-parent:2.0'
// https://jarcasting.com/artifacts/com.alibaba.edas/edas-maven-parent/
implementation ("com.alibaba.edas:edas-maven-parent:2.0")
'com.alibaba.edas:edas-maven-parent:pom:2.0'
<dependency org="com.alibaba.edas" name="edas-maven-parent" rev="2.0">
<artifact name="edas-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.edas', module='edas-maven-parent', version='2.0')
)
libraryDependencies += "com.alibaba.edas" % "edas-maven-parent" % "2.0"
[com.alibaba.edas/edas-maven-parent "2.0"]