File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ dependencies {
7676 implementation " com.github.calimero:calimero-core:${ version} "
7777 implementation " com.github.calimero:calimero-tools:${ version} "
7878 implementation " ${ swtGroupId} :${ swtArtifact} :${ swtVersion} "
79+ implementation ' org.usb4java:usb4java:1.3.0'
7980 runtimeOnly " com.github.calimero:calimero-rxtx:${ version} "
8081 implementation ' org.slf4j:slf4j-api:1.7.36'
8182 runtimeOnly ' org.slf4j:slf4j-simple:1.7.36'
Original file line number Diff line number Diff line change 184184 <version >${slf4j.version} </version >
185185 <scope >runtime</scope >
186186 </dependency >
187+ <dependency >
188+ <groupId >org.usb4java</groupId >
189+ <artifactId >usb4java</artifactId >
190+ <version >1.3.0</version >
191+ </dependency >
187192 </dependencies >
188193 <repositories >
189194 <repository >
You can’t perform that action at this time.
0 commit comments