| License |
License |
|---|---|
| GroupId | GroupIdcom.zaber |
| ArtifactId | ArtifactIdmotion-library |
| Last Version | Last Version2.14.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZaber Motion Library
A library that aims to provide easy-to-use API for communication with Zaber devices using Zaber ASCII Protocol.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| motion-library-2.14.2.pom | |
| motion-library-2.14.2.jar | 57 MB |
| motion-library-2.14.2-sources.jar | 325 KB |
| motion-library-2.14.2-javadoc.jar | 582 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zaber/motion-library/ -->
<dependency>
<groupId>com.zaber</groupId>
<artifactId>motion-library</artifactId>
<version>2.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaber/motion-library/
implementation 'com.zaber:motion-library:2.14.2'
// https://jarcasting.com/artifacts/com.zaber/motion-library/
implementation ("com.zaber:motion-library:2.14.2")
'com.zaber:motion-library:jar:2.14.2'
<dependency org="com.zaber" name="motion-library" rev="2.14.2">
<artifact name="motion-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaber', module='motion-library', version='2.14.2')
)
libraryDependencies += "com.zaber" % "motion-library" % "2.14.2"
[com.zaber/motion-library "2.14.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.20.1 |
| net.java.dev.jna : jna | jar | 5.11.0 |
| io.reactivex.rxjava3 : rxjava | jar | 3.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |