GroupId | GroupIdcom.github.dathlin |
---|---|
ArtifactId | ArtifactIdHslCommunication |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
HslCommunication-3.0.0.pom | |
HslCommunication-3.0.0.jar | 375 KB |
HslCommunication-3.0.0-sources.jar | 297 KB |
HslCommunication-3.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/ -->
<dependency>
<groupId>com.github.dathlin</groupId>
<artifactId>HslCommunication</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/
implementation 'com.github.dathlin:HslCommunication:3.0.0'
// https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/
implementation ("com.github.dathlin:HslCommunication:3.0.0")
'com.github.dathlin:HslCommunication:jar:3.0.0'
<dependency org="com.github.dathlin" name="HslCommunication" rev="3.0.0">
<artifact name="HslCommunication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dathlin', module='HslCommunication', version='3.0.0')
)
libraryDependencies += "com.github.dathlin" % "HslCommunication" % "3.0.0"
[com.github.dathlin/HslCommunication "3.0.0"]