GroupId | GroupIdsh.almond |
---|---|
ArtifactId | ArtifactIdprotocol_2.11 |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
protocol_2.11-0.1.4.pom | |
protocol_2.11-0.1.4.jar | 627 KB |
protocol_2.11-0.1.4-sources.jar | 10 KB |
protocol_2.11-0.1.4-javadoc.jar | 574 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sh.almond/protocol_2.11/ -->
<dependency>
<groupId>sh.almond</groupId>
<artifactId>protocol_2.11</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/sh.almond/protocol_2.11/
implementation 'sh.almond:protocol_2.11:0.1.4'
// https://jarcasting.com/artifacts/sh.almond/protocol_2.11/
implementation ("sh.almond:protocol_2.11:0.1.4")
'sh.almond:protocol_2.11:jar:0.1.4'
<dependency org="sh.almond" name="protocol_2.11" rev="0.1.4">
<artifact name="protocol_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.almond', module='protocol_2.11', version='0.1.4')
)
libraryDependencies += "sh.almond" % "protocol_2.11" % "0.1.4"
[sh.almond/protocol_2.11 "0.1.4"]