GroupId | GroupIdcom.seanshubin.detangler |
---|---|
ArtifactId | ArtifactIddetangler-timer |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
detangler-timer-0.9.1.pom | |
detangler-timer-0.9.1.jar | 4 KB |
detangler-timer-0.9.1-sources.jar | 1 KB |
detangler-timer-0.9.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-timer/ -->
<dependency>
<groupId>com.seanshubin.detangler</groupId>
<artifactId>detangler-timer</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-timer/
implementation 'com.seanshubin.detangler:detangler-timer:0.9.1'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-timer/
implementation ("com.seanshubin.detangler:detangler-timer:0.9.1")
'com.seanshubin.detangler:detangler-timer:jar:0.9.1'
<dependency org="com.seanshubin.detangler" name="detangler-timer" rev="0.9.1">
<artifact name="detangler-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-timer', version='0.9.1')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-timer" % "0.9.1"
[com.seanshubin.detangler/detangler-timer "0.9.1"]