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