GroupId | GroupIdcom.github.calimero |
---|---|
ArtifactId | ArtifactIdcalimero-rxtx |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
calimero-rxtx-2.3.pom | |
calimero-rxtx-2.3.jar | 11 KB |
calimero-rxtx-2.3-tests.jar | 9 KB |
calimero-rxtx-2.3-test-sources.jar | 7 KB |
calimero-rxtx-2.3-sources.jar | 11 KB |
calimero-rxtx-2.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-rxtx</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation 'com.github.calimero:calimero-rxtx:2.3'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation ("com.github.calimero:calimero-rxtx:2.3")
'com.github.calimero:calimero-rxtx:jar:2.3'
<dependency org="com.github.calimero" name="calimero-rxtx" rev="2.3">
<artifact name="calimero-rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-rxtx', version='2.3')
)
libraryDependencies += "com.github.calimero" % "calimero-rxtx" % "2.3"
[com.github.calimero/calimero-rxtx "2.3"]