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