GroupId | GroupIdcom.github.nobugboy |
---|---|
ArtifactId | ArtifactIdeclock |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
eclock-0.0.5.pom | |
eclock-0.0.5.jar | 46 KB |
eclock-0.0.5-sources.jar | 22 KB |
eclock-0.0.5-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nobugboy/eclock/ -->
<dependency>
<groupId>com.github.nobugboy</groupId>
<artifactId>eclock</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nobugboy/eclock/
implementation 'com.github.nobugboy:eclock:0.0.5'
// https://jarcasting.com/artifacts/com.github.nobugboy/eclock/
implementation ("com.github.nobugboy:eclock:0.0.5")
'com.github.nobugboy:eclock:jar:0.0.5'
<dependency org="com.github.nobugboy" name="eclock" rev="0.0.5">
<artifact name="eclock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nobugboy', module='eclock', version='0.0.5')
)
libraryDependencies += "com.github.nobugboy" % "eclock" % "0.0.5"
[com.github.nobugboy/eclock "0.0.5"]