| GroupId | GroupIdcom.github.sviperll |
|---|---|
| ArtifactId | ArtifactIdchicory-environment |
| Version | Version0.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chicory-environment-0.24.pom | |
| chicory-environment-0.24.jar | 7 KB |
| chicory-environment-0.24-sources.jar | 4 KB |
| chicory-environment-0.24-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-environment/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>chicory-environment</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-environment/
implementation 'com.github.sviperll:chicory-environment:0.24'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-environment/
implementation ("com.github.sviperll:chicory-environment:0.24")
'com.github.sviperll:chicory-environment:jar:0.24'
<dependency org="com.github.sviperll" name="chicory-environment" rev="0.24">
<artifact name="chicory-environment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-environment', version='0.24')
)
libraryDependencies += "com.github.sviperll" % "chicory-environment" % "0.24"
[com.github.sviperll/chicory-environment "0.24"]