| Группа | Группаio.github.smartshark |
|---|---|
| Идентификатор | ИдентификаторjSHARK |
| Версия | Версия2.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jSHARK-2.0.4.pom | |
| jSHARK-2.0.4.jar | 38 KB |
| jSHARK-2.0.4-sources.jar | 35 KB |
| jSHARK-2.0.4-javadoc.jar | 177 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.smartshark/jSHARK/ -->
<dependency>
<groupId>io.github.smartshark</groupId>
<artifactId>jSHARK</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.smartshark/jSHARK/
implementation 'io.github.smartshark:jSHARK:2.0.4'
// https://jarcasting.com/artifacts/io.github.smartshark/jSHARK/
implementation ("io.github.smartshark:jSHARK:2.0.4")
'io.github.smartshark:jSHARK:jar:2.0.4'
<dependency org="io.github.smartshark" name="jSHARK" rev="2.0.4">
<artifact name="jSHARK" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.smartshark', module='jSHARK', version='2.0.4')
)
libraryDependencies += "io.github.smartshark" % "jSHARK" % "2.0.4"
[io.github.smartshark/jSHARK "2.0.4"]