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