GroupId | GroupIdcom.glookast.commons |
---|---|
ArtifactId | ArtifactIdcommons-timecode |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-timecode-2.0.0.pom | |
commons-timecode-2.0.0.jar | 29 KB |
commons-timecode-2.0.0-sources.jar | 18 KB |
commons-timecode-2.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-timecode/
implementation 'com.glookast.commons:commons-timecode:2.0.0'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-timecode/
implementation ("com.glookast.commons:commons-timecode:2.0.0")
'com.glookast.commons:commons-timecode:jar:2.0.0'
<dependency org="com.glookast.commons" name="commons-timecode" rev="2.0.0">
<artifact name="commons-timecode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-timecode', version='2.0.0')
)
libraryDependencies += "com.glookast.commons" % "commons-timecode" % "2.0.0"
[com.glookast.commons/commons-timecode "2.0.0"]