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