dajlab-core
Core project for others daJLab projects.
| License |
License |
|---|---|
| GroupId | GroupIdorg.dajlab |
| ArtifactId | ArtifactIdjtoypad |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJToyPad
A Java API for the toypad from LEGO Dimensions starter kit. Bring light to your LEGO creations, read tags to perform actions...
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtoypad-0.0.2.pom | |
| jtoypad-0.0.2.jar | 80 KB |
| jtoypad-0.0.2-sources.jar | 48 KB |
| jtoypad-0.0.2-javadoc.jar | 226 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dajlab/jtoypad/ -->
<dependency>
<groupId>org.dajlab</groupId>
<artifactId>jtoypad</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dajlab/jtoypad/
implementation 'org.dajlab:jtoypad:0.0.2'
// https://jarcasting.com/artifacts/org.dajlab/jtoypad/
implementation ("org.dajlab:jtoypad:0.0.2")
'org.dajlab:jtoypad:jar:0.0.2'
<dependency org="org.dajlab" name="jtoypad" rev="0.0.2">
<artifact name="jtoypad" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dajlab', module='jtoypad', version='0.0.2')
)
libraryDependencies += "org.dajlab" % "jtoypad" % "0.0.2"
[org.dajlab/jtoypad "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dajlab : dajlab-core | jar | 0.0.1 |
| org.usb4java : usb4java-javax | jar | 1.2.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.11.1 |
| org.apache.commons : commons-collections4 | jar | 4.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
Core project for others daJLab projects.