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