| License |
License |
|---|---|
| GroupId | GroupIdcom.thizzer.jtouchbar |
| ArtifactId | ArtifactIdjtouchbar |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJTouchBar
Java library for using the touchbar API on supported macbooks.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThizzer |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtouchbar-1.0.0.pom | |
| jtouchbar-1.0.0.jar | 301 KB |
| jtouchbar-1.0.0-sources.jar | 274 KB |
| jtouchbar-1.0.0-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar/ -->
<dependency>
<groupId>com.thizzer.jtouchbar</groupId>
<artifactId>jtouchbar</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar/
implementation 'com.thizzer.jtouchbar:jtouchbar:1.0.0'
// https://jarcasting.com/artifacts/com.thizzer.jtouchbar/jtouchbar/
implementation ("com.thizzer.jtouchbar:jtouchbar:1.0.0")
'com.thizzer.jtouchbar:jtouchbar:jar:1.0.0'
<dependency org="com.thizzer.jtouchbar" name="jtouchbar" rev="1.0.0">
<artifact name="jtouchbar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thizzer.jtouchbar', module='jtouchbar', version='1.0.0')
)
libraryDependencies += "com.thizzer.jtouchbar" % "jtouchbar" % "1.0.0"
[com.thizzer.jtouchbar/jtouchbar "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.9.0 |