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