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