Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ethx.shuteye |
ArtifactId | ArtifactIdshuteye |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
shuteye-0.1.0.pom | |
shuteye-0.1.0.jar | 38 KB |
shuteye-0.1.0-sources.jar | 19 KB |
shuteye-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation 'net.ethx.shuteye:shuteye:0.1.0'
// https://jarcasting.com/artifacts/net.ethx.shuteye/shuteye/
implementation ("net.ethx.shuteye:shuteye:0.1.0")
'net.ethx.shuteye:shuteye:jar:0.1.0'
<dependency org="net.ethx.shuteye" name="shuteye" rev="0.1.0">
<artifact name="shuteye" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ethx.shuteye', module='shuteye', version='0.1.0')
)
libraryDependencies += "net.ethx.shuteye" % "shuteye" % "0.1.0"
[net.ethx.shuteye/shuteye "0.1.0"]