| GroupId | GroupIdcom.github.chengpohi |
|---|---|
| ArtifactId | ArtifactIdammonite-vi_2.11 |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ammonite-vi_2.11-1.0.pom | |
| ammonite-vi_2.11-1.0.jar | 24 KB |
| ammonite-vi_2.11-1.0-sources.jar | 1 KB |
| ammonite-vi_2.11-1.0-javadoc.jar | 357 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chengpohi/ammonite-vi_2.11/ -->
<dependency>
<groupId>com.github.chengpohi</groupId>
<artifactId>ammonite-vi_2.11</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chengpohi/ammonite-vi_2.11/
implementation 'com.github.chengpohi:ammonite-vi_2.11:1.0'
// https://jarcasting.com/artifacts/com.github.chengpohi/ammonite-vi_2.11/
implementation ("com.github.chengpohi:ammonite-vi_2.11:1.0")
'com.github.chengpohi:ammonite-vi_2.11:jar:1.0'
<dependency org="com.github.chengpohi" name="ammonite-vi_2.11" rev="1.0">
<artifact name="ammonite-vi_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chengpohi', module='ammonite-vi_2.11', version='1.0')
)
libraryDependencies += "com.github.chengpohi" % "ammonite-vi_2.11" % "1.0"
[com.github.chengpohi/ammonite-vi_2.11 "1.0"]