License |
License |
---|---|
GroupId | GroupIdio.choerodon |
ArtifactId | ArtifactIdchoerodon-starter-web |
Version | Version0.11.1.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-web/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-web</artifactId>
<version>0.11.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-web/
implementation 'io.choerodon:choerodon-starter-web:0.11.1.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-web/
implementation ("io.choerodon:choerodon-starter-web:0.11.1.RELEASE")
'io.choerodon:choerodon-starter-web:jar:0.11.1.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-web" rev="0.11.1.RELEASE">
<artifact name="choerodon-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-web', version='0.11.1.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-web" % "0.11.1.RELEASE"
[io.choerodon/choerodon-starter-web "0.11.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.0.6.RELEASE |
io.choerodon : choerodon-starter-base | jar | 0.11.1.RELEASE |
com.google.guava : guava | jar | 18.0 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.6.RELEASE |
org.spockframework : spock-core | jar | 1.1-groovy-2.4-rc-2 |
org.spockframework : spock-spring | jar | 1.1-groovy-2.4-rc-3 |
cglib : cglib-nodep | jar | 2.2 |