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