Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ethx.shuteye |
ArtifactId | ArtifactIdshuteye |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
shuteye-0.1.1.pom | |
shuteye-0.1.1.jar | 38 KB |
shuteye-0.1.1-sources.jar | 19 KB |
shuteye-0.1.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/ -->
<dependency>
<groupId>net.ethx.shuteye</groupId>
<artifactId>shuteye</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation 'net.ethx.shuteye:shuteye:0.1.1'
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation ("net.ethx.shuteye:shuteye:0.1.1")
'net.ethx.shuteye:shuteye:jar:0.1.1'
<dependency org="net.ethx.shuteye" name="shuteye" rev="0.1.1">
<artifact name="shuteye" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ethx.shuteye', module='shuteye', version='0.1.1')
)
libraryDependencies += "net.ethx.shuteye" % "shuteye" % "0.1.1"
[net.ethx.shuteye/shuteye "0.1.1"]