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