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