| GroupId | GroupIdai.tripl |
|---|---|
| ArtifactId | ArtifactIdarc-jupyter_2.11 |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| arc-jupyter_2.11-1.1.0.pom | |
| arc-jupyter_2.11-1.1.0.jar | 99 KB |
| arc-jupyter_2.11-1.1.0-sources.jar | 6 KB |
| arc-jupyter_2.11-1.1.0-javadoc.jar | 366 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.tripl/arc-jupyter_2.11/ -->
<dependency>
<groupId>ai.tripl</groupId>
<artifactId>arc-jupyter_2.11</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tripl/arc-jupyter_2.11/
implementation 'ai.tripl:arc-jupyter_2.11:1.1.0'
// https://jarcasting.com/artifacts/ai.tripl/arc-jupyter_2.11/
implementation ("ai.tripl:arc-jupyter_2.11:1.1.0")
'ai.tripl:arc-jupyter_2.11:jar:1.1.0'
<dependency org="ai.tripl" name="arc-jupyter_2.11" rev="1.1.0">
<artifact name="arc-jupyter_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tripl', module='arc-jupyter_2.11', version='1.1.0')
)
libraryDependencies += "ai.tripl" % "arc-jupyter_2.11" % "1.1.0"
[ai.tripl/arc-jupyter_2.11 "1.1.0"]