License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdcalimero-tools |
Version | Version2.5-M1 |
Type | Typejar |
Description |
DescriptionCalimero Tools
A collection of tools for KNX network communication
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calimero-tools-2.5-M1.pom | |
calimero-tools-2.5-M1.jar | 185 KB |
calimero-tools-2.5-M1-tests.jar | 9 KB |
calimero-tools-2.5-M1-test-sources.jar | 10 KB |
calimero-tools-2.5-M1-sources.jar | 122 KB |
calimero-tools-2.5-M1-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-tools</artifactId>
<version>2.5-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/
implementation 'com.github.calimero:calimero-tools:2.5-M1'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/
implementation ("com.github.calimero:calimero-tools:2.5-M1")
'com.github.calimero:calimero-tools:jar:2.5-M1'
<dependency org="com.github.calimero" name="calimero-tools" rev="2.5-M1">
<artifact name="calimero-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-tools', version='2.5-M1')
)
libraryDependencies += "com.github.calimero" % "calimero-tools" % "2.5-M1"
[com.github.calimero/calimero-tools "2.5-M1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.calimero : calimero-core | jar | 2.5-M1 |
net.lingala.zip4j : zip4j | jar | 2.7.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.github.calimero : calimero-rxtx Optional | jar | 2.5-M1 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.0-M1 |