Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.yudichev.jiotty |
ArtifactId | ArtifactIdjiotty-common |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
jiotty-common-1.4.3.pom | |
jiotty-common-1.4.3.jar | 120 KB |
jiotty-common-1.4.3-tests.jar | 20 KB |
jiotty-common-1.4.3-sources.jar | 44 KB |
jiotty-common-1.4.3-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-common/ -->
<dependency>
<groupId>net.yudichev.jiotty</groupId>
<artifactId>jiotty-common</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-common/
implementation 'net.yudichev.jiotty:jiotty-common:1.4.3'
// https://jarcasting.com/artifacts/net.yudichev.jiotty/jiotty-common/
implementation ("net.yudichev.jiotty:jiotty-common:1.4.3")
'net.yudichev.jiotty:jiotty-common:jar:1.4.3'
<dependency org="net.yudichev.jiotty" name="jiotty-common" rev="1.4.3">
<artifact name="jiotty-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.yudichev.jiotty', module='jiotty-common', version='1.4.3')
)
libraryDependencies += "net.yudichev.jiotty" % "jiotty-common" % "1.4.3"
[net.yudichev.jiotty/jiotty-common "1.4.3"]