GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdcommon-time |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
common-time-1.0.1.pom | |
common-time-1.0.1.jar | 5 KB |
common-time-1.0.1-sources.jar | 9 KB |
common-time-1.0.1-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-time/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-time</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-time/
implementation 'be.yildiz-games:common-time:1.0.1'
// https://jarcasting.com/artifacts/be.yildiz-games/common-time/
implementation ("be.yildiz-games:common-time:1.0.1")
'be.yildiz-games:common-time:jar:1.0.1'
<dependency org="be.yildiz-games" name="common-time" rev="1.0.1">
<artifact name="common-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-time', version='1.0.1')
)
libraryDependencies += "be.yildiz-games" % "common-time" % "1.0.1"
[be.yildiz-games/common-time "1.0.1"]