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