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