GroupId | GroupIdcom.envoisolutions.sxc |
---|---|
ArtifactId | ArtifactIdsxc-core |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
sxc-core-0.7.pom | |
sxc-core-0.7.jar | 76 KB |
sxc-core-0.7-sources.jar | 36 KB |
sxc-core-0.7-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc-core/ -->
<dependency>
<groupId>com.envoisolutions.sxc</groupId>
<artifactId>sxc-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc-core/
implementation 'com.envoisolutions.sxc:sxc-core:0.7'
// https://jarcasting.com/artifacts/com.envoisolutions.sxc/sxc-core/
implementation ("com.envoisolutions.sxc:sxc-core:0.7")
'com.envoisolutions.sxc:sxc-core:jar:0.7'
<dependency org="com.envoisolutions.sxc" name="sxc-core" rev="0.7">
<artifact name="sxc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envoisolutions.sxc', module='sxc-core', version='0.7')
)
libraryDependencies += "com.envoisolutions.sxc" % "sxc-core" % "0.7"
[com.envoisolutions.sxc/sxc-core "0.7"]