| License |
License |
|---|---|
| GroupId | GroupIdcom.mclarkdev.tools |
| ArtifactId | ArtifactIdlibtmachine |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibtmachine
Controller for TimeMachine clocks.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMClarkDev.com |
| Filename | Size |
|---|---|
| libtmachine-1.0.pom | |
| libtmachine-1.0-sources.jar | 3 KB |
| libtmachine-1.0-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mclarkdev.tools/libtmachine/ -->
<dependency>
<groupId>com.mclarkdev.tools</groupId>
<artifactId>libtmachine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mclarkdev.tools/libtmachine/
implementation 'com.mclarkdev.tools:libtmachine:1.0'
// https://jarcasting.com/artifacts/com.mclarkdev.tools/libtmachine/
implementation ("com.mclarkdev.tools:libtmachine:1.0")
'com.mclarkdev.tools:libtmachine:jar:1.0'
<dependency org="com.mclarkdev.tools" name="libtmachine" rev="1.0">
<artifact name="libtmachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mclarkdev.tools', module='libtmachine', version='1.0')
)
libraryDependencies += "com.mclarkdev.tools" % "libtmachine" % "1.0"
[com.mclarkdev.tools/libtmachine "1.0"]