Categories |
Categoriesta4j Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.github.kurbatov |
ArtifactId | ArtifactIdfirmata4j |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
firmata4j-2.3.3.pom | |
firmata4j-2.3.3.jar | 65 KB |
firmata4j-2.3.3-sources.jar | 67 KB |
firmata4j-2.3.3-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kurbatov/firmata4j/ -->
<dependency>
<groupId>com.github.kurbatov</groupId>
<artifactId>firmata4j</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kurbatov/firmata4j/
implementation 'com.github.kurbatov:firmata4j:2.3.3'
// https://jarcasting.com/artifacts/com.github.kurbatov/firmata4j/
implementation ("com.github.kurbatov:firmata4j:2.3.3")
'com.github.kurbatov:firmata4j:jar:2.3.3'
<dependency org="com.github.kurbatov" name="firmata4j" rev="2.3.3">
<artifact name="firmata4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kurbatov', module='firmata4j', version='2.3.3')
)
libraryDependencies += "com.github.kurbatov" % "firmata4j" % "2.3.3"
[com.github.kurbatov/firmata4j "2.3.3"]