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