GroupId | GroupIdcom.glookast.commons |
---|---|
ArtifactId | ArtifactIdcommons-timecode |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-timecode-1.1.1.pom | |
commons-timecode-1.1.1.jar | 17 KB |
commons-timecode-1.1.1-sources.jar | 9 KB |
commons-timecode-1.1.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glookast.commons/commons-timecode/ -->
<dependency>
<groupId>com.glookast.commons</groupId>
<artifactId>commons-timecode</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-timecode/
implementation 'com.glookast.commons:commons-timecode:1.1.1'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-timecode/
implementation ("com.glookast.commons:commons-timecode:1.1.1")
'com.glookast.commons:commons-timecode:jar:1.1.1'
<dependency org="com.glookast.commons" name="commons-timecode" rev="1.1.1">
<artifact name="commons-timecode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-timecode', version='1.1.1')
)
libraryDependencies += "com.glookast.commons" % "commons-timecode" % "1.1.1"
[com.glookast.commons/commons-timecode "1.1.1"]