is not current version
Last Version 1.1.2.RELEASE

cn.structured:structure-dependencies 1.0.8.RELEASE

主要整合依赖的版本,防止在快速构建项目时出现依赖冲突的问题

GroupId

GroupId

cn.structured
ArtifactId

ArtifactId

structure-dependencies
Version

Version

1.0.8.RELEASE
Type

Type

pom

Download structure-dependencies 1.0.8.RELEASE


<!-- https://jarcasting.com/artifacts/cn.structured/structure-dependencies/ -->
<dependency>
    <groupId>cn.structured</groupId>
    <artifactId>structure-dependencies</artifactId>
    <version>1.0.8.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation 'cn.structured:structure-dependencies:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation ("cn.structured:structure-dependencies:1.0.8.RELEASE")
'cn.structured:structure-dependencies:pom:1.0.8.RELEASE'
<dependency org="cn.structured" name="structure-dependencies" rev="1.0.8.RELEASE">
  <artifact name="structure-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-dependencies', version='1.0.8.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-dependencies" % "1.0.8.RELEASE"
[cn.structured/structure-dependencies "1.0.8.RELEASE"]