Java Bowler

A command line utility for accesing the bowler framework.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.neuronrobotics
ArtifactId

ArtifactId

java-bowler
Last Version

Last Version

3.28.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Bowler
A command line utility for accesing the bowler framework.
Project URL

Project URL

http://neuronrobotics.com
Source Code Management

Source Code Management

https://github.com/NeuronRobotics/java-bowler

Download java-bowler

How to add to project

<!-- https://jarcasting.com/artifacts/com.neuronrobotics/java-bowler/ -->
<dependency>
    <groupId>com.neuronrobotics</groupId>
    <artifactId>java-bowler</artifactId>
    <version>3.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.neuronrobotics/java-bowler/
implementation 'com.neuronrobotics:java-bowler:3.28.0'
// https://jarcasting.com/artifacts/com.neuronrobotics/java-bowler/
implementation ("com.neuronrobotics:java-bowler:3.28.0")
'com.neuronrobotics:java-bowler:jar:3.28.0'
<dependency org="com.neuronrobotics" name="java-bowler" rev="3.28.0">
  <artifact name="java-bowler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.neuronrobotics', module='java-bowler', version='3.28.0')
)
libraryDependencies += "com.neuronrobotics" % "java-bowler" % "3.28.0"
[com.neuronrobotics/java-bowler "3.28.0"]

Dependencies

compile (9)

Group / Artifact Type Version
gov.nist.math : jama jar 1.0.2
com.miglayout : miglayout-swing jar 4.1
org.igniterealtime.smack : smack jar 3.2.1
org.igniterealtime.smack : smackx jar 3.2.1
org.apache.commons : commons-lang3 jar 3.2.1
org.usb4java : usb4java jar 1.2.0
org.usb4java : usb4java-javax jar 1.2.0
com.neuronrobotics : nrjavaserial jar 3.12.1
org.apache.commons : commons-math3 jar 3.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

java-bowler

This is the back-end library for talking to Bowler Devices. The kinematics engine, communication libraries, and core packet parsing and routing is found here.

Maven

<dependency>
  <groupId>com.neuronrobotics</groupId>
  <artifactId>java-bowler</artifactId>
  <version>VERSION_FROM_BADGE</version>
</dependency>

Gradle

compile "com.neuronrobotics:java-bowler:VERSION_FROM_BADGE"
com.neuronrobotics

Neuron Robotics

A system for communicating between hardware devices and software.

Versions

Version
3.28.0
3.27.0
3.26.2
3.26.1
3.26.0
3.25.7
3.25.6
3.25.5
3.25.4
3.25.3
3.25.2
3.25.1
3.25.0
3.24.3
3.24.2
3.24.1
3.24.0
3.23.3
3.23.1
3.23.0
3.22.0
3.21.3
3.21.2
3.21.1
3.21.0
3.20.3
3.20.2
3.20.0
3.19.1
3.19.0
3.18.7
3.18.6
3.18.5
3.18.4
3.18.3
3.18.1
3.16.7
3.16.6
3.16.5
3.16.3
3.16.1
3.15.0
3.14.37