License |
License |
---|---|
GroupId | GroupIdcn.structured |
ArtifactId | ArtifactIdstructure-dependencies |
Version | Version1.1.2.RELEASE |
Type | Typepom |
Description |
Descriptionstructure-dependencies
主要整合依赖的版本,防止在快速构建项目时出现依赖冲突的问题
|
Project Organization |
Project Organizationstructure |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
structure-dependencies-1.1.2.RELEASE.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-dependencies/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-dependencies</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation 'cn.structured:structure-dependencies:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation ("cn.structured:structure-dependencies:1.1.2.RELEASE")
'cn.structured:structure-dependencies:pom:1.1.2.RELEASE'
<dependency org="cn.structured" name="structure-dependencies" rev="1.1.2.RELEASE">
<artifact name="structure-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-dependencies', version='1.1.2.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-dependencies" % "1.1.2.RELEASE"
[cn.structured/structure-dependencies "1.1.2.RELEASE"]