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