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