dajlab-core
Core project for others daJLab projects.
License |
License |
---|---|
GroupId | GroupIdorg.dajlab |
ArtifactId | ArtifactIdjcontrollab |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJControlLab
A Java API for the Control Lab Interface from LEGO Dacta. Control motors and interact with sensors to bring life to your LEGO creations!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcontrollab-0.0.1.pom | |
jcontrollab-0.0.1.jar | 60 KB |
jcontrollab-0.0.1-sources.jar | 51 KB |
jcontrollab-0.0.1-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dajlab/jcontrollab/ -->
<dependency>
<groupId>org.dajlab</groupId>
<artifactId>jcontrollab</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dajlab/jcontrollab/
implementation 'org.dajlab:jcontrollab:0.0.1'
// https://jarcasting.com/artifacts/org.dajlab/jcontrollab/
implementation ("org.dajlab:jcontrollab:0.0.1")
'org.dajlab:jcontrollab:jar:0.0.1'
<dependency org="org.dajlab" name="jcontrollab" rev="0.0.1">
<artifact name="jcontrollab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dajlab', module='jcontrollab', version='0.0.1')
)
libraryDependencies += "org.dajlab" % "jcontrollab" % "0.0.1"
[org.dajlab/jcontrollab "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.dajlab : dajlab-core | jar | 0.0.1 |
com.fazecast : jSerialComm | jar | [2.0.0,3.0.0) |
org.apache.logging.log4j : log4j-core | jar | 2.11.1 |
org.apache.commons : commons-collections4 | jar | 4.2 |
org.controlsfx : controlsfx | jar | 8.40.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
Core project for others daJLab projects.