| GroupId | GroupIdorg.dihedron.zephyr |
|---|---|
| ArtifactId | ArtifactIdzephyr |
| Version | Version1.0.0.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zephyr-1.0.0.RC1.pom | |
| zephyr-1.0.0.RC1.jar | 209 KB |
| zephyr-1.0.0.RC1-sources.jar | 219 KB |
| zephyr-1.0.0.RC1-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/ -->
<dependency>
<groupId>org.dihedron.zephyr</groupId>
<artifactId>zephyr</artifactId>
<version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation 'org.dihedron.zephyr:zephyr:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation ("org.dihedron.zephyr:zephyr:1.0.0.RC1")
'org.dihedron.zephyr:zephyr:jar:1.0.0.RC1'
<dependency org="org.dihedron.zephyr" name="zephyr" rev="1.0.0.RC1">
<artifact name="zephyr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.zephyr', module='zephyr', version='1.0.0.RC1')
)
libraryDependencies += "org.dihedron.zephyr" % "zephyr" % "1.0.0.RC1"
[org.dihedron.zephyr/zephyr "1.0.0.RC1"]