GroupId | GroupIdio.othree |
---|---|
ArtifactId | ArtifactIdpostoffice_2.12 |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
postoffice_2.12-1.0.pom | |
postoffice_2.12-1.0.jar | 9 KB |
postoffice_2.12-1.0-sources.jar | 3 KB |
postoffice_2.12-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.othree/postoffice_2.12/ -->
<dependency>
<groupId>io.othree</groupId>
<artifactId>postoffice_2.12</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.othree/postoffice_2.12/
implementation 'io.othree:postoffice_2.12:1.0'
// https://jarcasting.com/artifacts/io.othree/postoffice_2.12/
implementation ("io.othree:postoffice_2.12:1.0")
'io.othree:postoffice_2.12:jar:1.0'
<dependency org="io.othree" name="postoffice_2.12" rev="1.0">
<artifact name="postoffice_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.othree', module='postoffice_2.12', version='1.0')
)
libraryDependencies += "io.othree" % "postoffice_2.12" % "1.0"
[io.othree/postoffice_2.12 "1.0"]