Categories |
CategoriesAnt Build Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.antframework.boot |
ArtifactId | ArtifactIdant-boot-starter-config |
Version | Version1.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-config/ -->
<dependency>
<groupId>org.antframework.boot</groupId>
<artifactId>ant-boot-starter-config</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-config/
implementation 'org.antframework.boot:ant-boot-starter-config:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.antframework.boot/ant-boot-starter-config/
implementation ("org.antframework.boot:ant-boot-starter-config:1.2.0.RELEASE")
'org.antframework.boot:ant-boot-starter-config:jar:1.2.0.RELEASE'
<dependency org="org.antframework.boot" name="ant-boot-starter-config" rev="1.2.0.RELEASE">
<artifact name="ant-boot-starter-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antframework.boot', module='ant-boot-starter-config', version='1.2.0.RELEASE')
)
libraryDependencies += "org.antframework.boot" % "ant-boot-starter-config" % "1.2.0.RELEASE"
[org.antframework.boot/ant-boot-starter-config "1.2.0.RELEASE"]