Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdcom.thoughtworks.deeplearning |
ArtifactId | ArtifactIdtape_2.12 |
Version | Version2.0.0-M0 |
Type | Typejar |
Filename | Size |
---|---|
tape_2.12-2.0.0-M0.pom | |
tape_2.12-2.0.0-M0.jar | 5 KB |
tape_2.12-2.0.0-M0-sources.jar | 1 KB |
tape_2.12-2.0.0-M0-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.deeplearning/tape_2.12/ -->
<dependency>
<groupId>com.thoughtworks.deeplearning</groupId>
<artifactId>tape_2.12</artifactId>
<version>2.0.0-M0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.deeplearning/tape_2.12/
implementation 'com.thoughtworks.deeplearning:tape_2.12:2.0.0-M0'
// https://jarcasting.com/artifacts/com.thoughtworks.deeplearning/tape_2.12/
implementation ("com.thoughtworks.deeplearning:tape_2.12:2.0.0-M0")
'com.thoughtworks.deeplearning:tape_2.12:jar:2.0.0-M0'
<dependency org="com.thoughtworks.deeplearning" name="tape_2.12" rev="2.0.0-M0">
<artifact name="tape_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.deeplearning', module='tape_2.12', version='2.0.0-M0')
)
libraryDependencies += "com.thoughtworks.deeplearning" % "tape_2.12" % "2.0.0-M0"
[com.thoughtworks.deeplearning/tape_2.12 "2.0.0-M0"]