GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIdexttime-library |
Version | Version1.0.0-M14 |
Type | Typejar |
Filename | Size |
---|---|
exttime-library-1.0.0-M14.pom | |
exttime-library-1.0.0-M14.jar | 670 KB |
exttime-library-1.0.0-M14-sources.jar | 824 KB |
exttime-library-1.0.0-M14-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/exttime-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>exttime-library</artifactId>
<version>1.0.0-M14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/exttime-library/
implementation 'com.github.lontime:exttime-library:1.0.0-M14'
// https://jarcasting.com/artifacts/com.github.lontime/exttime-library/
implementation ("com.github.lontime:exttime-library:1.0.0-M14")
'com.github.lontime:exttime-library:jar:1.0.0-M14'
<dependency org="com.github.lontime" name="exttime-library" rev="1.0.0-M14">
<artifact name="exttime-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='exttime-library', version='1.0.0-M14')
)
libraryDependencies += "com.github.lontime" % "exttime-library" % "1.0.0-M14"
[com.github.lontime/exttime-library "1.0.0-M14"]