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