Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.dexmatech.styx |
ArtifactId | ArtifactIdenvironment |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
environment-1.0.6.pom | |
environment-1.0.6.jar | 15 KB |
environment-1.0.6-sources.jar | 4 KB |
environment-1.0.6-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dexmatech.styx/environment/ -->
<dependency>
<groupId>com.dexmatech.styx</groupId>
<artifactId>environment</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dexmatech.styx/environment/
implementation 'com.dexmatech.styx:environment:1.0.6'
// https://jarcasting.com/artifacts/com.dexmatech.styx/environment/
implementation ("com.dexmatech.styx:environment:1.0.6")
'com.dexmatech.styx:environment:jar:1.0.6'
<dependency org="com.dexmatech.styx" name="environment" rev="1.0.6">
<artifact name="environment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dexmatech.styx', module='environment', version='1.0.6')
)
libraryDependencies += "com.dexmatech.styx" % "environment" % "1.0.6"
[com.dexmatech.styx/environment "1.0.6"]