| GroupId | GroupIdcom.thoughtworks.sde |
|---|---|
| ArtifactId | ArtifactIdfuture_sjs0.6_2.10 |
| Version | Version1.0.0-alpha1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.sde/future_sjs0.6_2.10/ -->
<dependency>
<groupId>com.thoughtworks.sde</groupId>
<artifactId>future_sjs0.6_2.10</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.sde/future_sjs0.6_2.10/
implementation 'com.thoughtworks.sde:future_sjs0.6_2.10:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.thoughtworks.sde/future_sjs0.6_2.10/
implementation ("com.thoughtworks.sde:future_sjs0.6_2.10:1.0.0-alpha1")
'com.thoughtworks.sde:future_sjs0.6_2.10:jar:1.0.0-alpha1'
<dependency org="com.thoughtworks.sde" name="future_sjs0.6_2.10" rev="1.0.0-alpha1">
<artifact name="future_sjs0.6_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.sde', module='future_sjs0.6_2.10', version='1.0.0-alpha1')
)
libraryDependencies += "com.thoughtworks.sde" % "future_sjs0.6_2.10" % "1.0.0-alpha1"
[com.thoughtworks.sde/future_sjs0.6_2.10 "1.0.0-alpha1"]