Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.heideltime |
ArtifactId | ArtifactIdheideltime |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
heideltime-2.1.pom | |
heideltime-2.1.jar | 16 MB |
heideltime-2.1-sources.jar | 583 KB |
heideltime-2.1-javadoc.jar | 1013 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heideltime/heideltime/ -->
<dependency>
<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heideltime/heideltime/
implementation 'com.github.heideltime:heideltime:2.1'
// https://jarcasting.com/artifacts/com.github.heideltime/heideltime/
implementation ("com.github.heideltime:heideltime:2.1")
'com.github.heideltime:heideltime:jar:2.1'
<dependency org="com.github.heideltime" name="heideltime" rev="2.1">
<artifact name="heideltime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heideltime', module='heideltime', version='2.1')
)
libraryDependencies += "com.github.heideltime" % "heideltime" % "2.1"
[com.github.heideltime/heideltime "2.1"]