| GroupId | GroupIdio.ep2p |
|---|---|
| ArtifactId | ArtifactIdsomnia |
| Version | Version0.3.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| somnia-0.3.0-RELEASE.pom | |
| somnia-0.3.0-RELEASE.jar | 43 KB |
| somnia-0.3.0-RELEASE-sources.jar | 16 KB |
| somnia-0.3.0-RELEASE-javadoc.jar | 184 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ep2p/somnia/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>somnia</artifactId>
<version>0.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation 'io.ep2p:somnia:0.3.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation ("io.ep2p:somnia:0.3.0-RELEASE")
'io.ep2p:somnia:jar:0.3.0-RELEASE'
<dependency org="io.ep2p" name="somnia" rev="0.3.0-RELEASE">
<artifact name="somnia" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='somnia', version='0.3.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "somnia" % "0.3.0-RELEASE"
[io.ep2p/somnia "0.3.0-RELEASE"]