Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdio.github.adven27 |
ArtifactId | ArtifactIdenv-container |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
env-container-2.0.0.pom | |
env-container-2.0.0.jar | 6 KB |
env-container-2.0.0-sources.jar | 1 KB |
env-container-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.adven27/env-container/ -->
<dependency>
<groupId>io.github.adven27</groupId>
<artifactId>env-container</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.adven27/env-container/
implementation 'io.github.adven27:env-container:2.0.0'
// https://jarcasting.com/artifacts/io.github.adven27/env-container/
implementation ("io.github.adven27:env-container:2.0.0")
'io.github.adven27:env-container:jar:2.0.0'
<dependency org="io.github.adven27" name="env-container" rev="2.0.0">
<artifact name="env-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.adven27', module='env-container', version='2.0.0')
)
libraryDependencies += "io.github.adven27" % "env-container" % "2.0.0"
[io.github.adven27/env-container "2.0.0"]