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