GroupId | GroupIdcom.thoughtworks.future |
---|---|
ArtifactId | ArtifactIdfuture_2.12 |
Version | Version1.0.0-M0 |
Type | Typejar |
Filename | Size |
---|---|
future_2.12-1.0.0-M0.pom | |
future_2.12-1.0.0-M0.jar | 33 KB |
future_2.12-1.0.0-M0-sources.jar | 2 KB |
future_2.12-1.0.0-M0-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.future/future_2.12/ -->
<dependency>
<groupId>com.thoughtworks.future</groupId>
<artifactId>future_2.12</artifactId>
<version>1.0.0-M0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.future/future_2.12/
implementation 'com.thoughtworks.future:future_2.12:1.0.0-M0'
// https://jarcasting.com/artifacts/com.thoughtworks.future/future_2.12/
implementation ("com.thoughtworks.future:future_2.12:1.0.0-M0")
'com.thoughtworks.future:future_2.12:jar:1.0.0-M0'
<dependency org="com.thoughtworks.future" name="future_2.12" rev="1.0.0-M0">
<artifact name="future_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.future', module='future_2.12', version='1.0.0-M0')
)
libraryDependencies += "com.thoughtworks.future" % "future_2.12" % "1.0.0-M0"
[com.thoughtworks.future/future_2.12 "1.0.0-M0"]