is not current version
Last Version 0.8.1

com.github.salamansar.envbuild:environment-builder 0.8

Core library of environment builder. Contains most useful classes which not bound to any framework.

GroupId

GroupId

com.github.salamansar.envbuild
ArtifactId

ArtifactId

environment-builder
Version

Version

0.8
Type

Type

jar

Download environment-builder 0.8


<!-- https://jarcasting.com/artifacts/com.github.salamansar.envbuild/environment-builder/ -->
<dependency>
    <groupId>com.github.salamansar.envbuild</groupId>
    <artifactId>environment-builder</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salamansar.envbuild/environment-builder/
implementation 'com.github.salamansar.envbuild:environment-builder:0.8'
// https://jarcasting.com/artifacts/com.github.salamansar.envbuild/environment-builder/
implementation ("com.github.salamansar.envbuild:environment-builder:0.8")
'com.github.salamansar.envbuild:environment-builder:jar:0.8'
<dependency org="com.github.salamansar.envbuild" name="environment-builder" rev="0.8">
  <artifact name="environment-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salamansar.envbuild', module='environment-builder', version='0.8')
)
libraryDependencies += "com.github.salamansar.envbuild" % "environment-builder" % "0.8"
[com.github.salamansar.envbuild/environment-builder "0.8"]