GroupId | GroupIdcom.envoisolutions.sxc |
---|---|
ArtifactId | ArtifactIdsxc |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
sxc-0.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc/ -->
<dependency>
<groupId>com.envoisolutions.sxc</groupId>
<artifactId>sxc</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc/
implementation 'com.envoisolutions.sxc:sxc:0.6'
// https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc/
implementation ("com.envoisolutions.sxc:sxc:0.6")
'com.envoisolutions.sxc:sxc:pom:0.6'
<dependency org="com.envoisolutions.sxc" name="sxc" rev="0.6">
<artifact name="sxc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envoisolutions.sxc', module='sxc', version='0.6')
)
libraryDependencies += "com.envoisolutions.sxc" % "sxc" % "0.6"
[com.envoisolutions.sxc/sxc "0.6"]