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