License |
License |
---|---|
GroupId | GroupIdcom.github.andy2003 |
ArtifactId | ArtifactIdsma-reader |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSMA Reader
A library to read SMA devices
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sma-reader-1.0.0.pom | |
sma-reader-1.0.0.jar | 87 KB |
sma-reader-1.0.0-sources.jar | 74 KB |
sma-reader-1.0.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/ -->
<dependency>
<groupId>com.github.andy2003</groupId>
<artifactId>sma-reader</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/
implementation 'com.github.andy2003:sma-reader:1.0.0'
// https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/
implementation ("com.github.andy2003:sma-reader:1.0.0")
'com.github.andy2003:sma-reader:jar:1.0.0'
<dependency org="com.github.andy2003" name="sma-reader" rev="1.0.0">
<artifact name="sma-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andy2003', module='sma-reader', version='1.0.0')
)
libraryDependencies += "com.github.andy2003" % "sma-reader" % "1.0.0"
[com.github.andy2003/sma-reader "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.11 |