Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.yudichev.jiotty |
ArtifactId | ArtifactIdjiotty-connector-webclient |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-connector-webclient/ -->
<dependency>
<groupId>net.yudichev.jiotty</groupId>
<artifactId>jiotty-connector-webclient</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-connector-webclient/
implementation 'net.yudichev.jiotty:jiotty-connector-webclient:1.5.1'
// https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-connector-webclient/
implementation ("net.yudichev.jiotty:jiotty-connector-webclient:1.5.1")
'net.yudichev.jiotty:jiotty-connector-webclient:jar:1.5.1'
<dependency org="net.yudichev.jiotty" name="jiotty-connector-webclient" rev="1.5.1">
<artifact name="jiotty-connector-webclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.yudichev.jiotty', module='jiotty-connector-webclient', version='1.5.1')
)
libraryDependencies += "net.yudichev.jiotty" % "jiotty-connector-webclient" % "1.5.1"
[net.yudichev.jiotty/jiotty-connector-webclient "1.5.1"]