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