GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-starter-fragment |
Version | Version0.19.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-fragment/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-fragment</artifactId>
<version>0.19.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-fragment/
implementation 'io.choerodon:choerodon-starter-fragment:0.19.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-fragment/
implementation ("io.choerodon:choerodon-starter-fragment:0.19.0.RELEASE")
'io.choerodon:choerodon-starter-fragment:jar:0.19.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-fragment" rev="0.19.0.RELEASE">
<artifact name="choerodon-starter-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-fragment', version='0.19.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-fragment" % "0.19.0.RELEASE"
[io.choerodon/choerodon-starter-fragment "0.19.0.RELEASE"]