Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.dexmatech.styx |
ArtifactId | ArtifactIdstyx |
Version | Version1.0.19 |
Type | Typepom |
Filename | Size |
---|---|
styx-1.0.19.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dexmatech.styx/styx/ -->
<dependency>
<groupId>com.dexmatech.styx</groupId>
<artifactId>styx</artifactId>
<version>1.0.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dexmatech.styx/styx/
implementation 'com.dexmatech.styx:styx:1.0.19'
// https://jarcasting.com/artifacts/com.dexmatech.styx/styx/
implementation ("com.dexmatech.styx:styx:1.0.19")
'com.dexmatech.styx:styx:pom:1.0.19'
<dependency org="com.dexmatech.styx" name="styx" rev="1.0.19">
<artifact name="styx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dexmatech.styx', module='styx', version='1.0.19')
)
libraryDependencies += "com.dexmatech.styx" % "styx" % "1.0.19"
[com.dexmatech.styx/styx "1.0.19"]