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