| License |
License |
|---|---|
| GroupId | GroupIdcom.chrishorner |
| ArtifactId | ArtifactIdrhythmsticks |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionRhythmSticks
An overlay of lines to verify your UI elements adhere to specified intervals.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rhythmsticks-1.0.0.pom | |
| rhythmsticks-1.0.0.jar | 5 KB |
| rhythmsticks-1.0.0-sources.jar | 2 KB |
| rhythmsticks-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chrishorner/rhythmsticks/ -->
<dependency>
<groupId>com.chrishorner</groupId>
<artifactId>rhythmsticks</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chrishorner/rhythmsticks/
implementation 'com.chrishorner:rhythmsticks:1.0.0'
// https://jarcasting.com/artifacts/com.chrishorner/rhythmsticks/
implementation ("com.chrishorner:rhythmsticks:1.0.0")
'com.chrishorner:rhythmsticks:jar:1.0.0'
<dependency org="com.chrishorner" name="rhythmsticks" rev="1.0.0">
<artifact name="rhythmsticks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chrishorner', module='rhythmsticks', version='1.0.0')
)
libraryDependencies += "com.chrishorner" % "rhythmsticks" % "1.0.0"
[com.chrishorner/rhythmsticks "1.0.0"]