GroupId | GroupIdio.xream.sqli |
---|---|
ArtifactId | ArtifactIdsqli-parent |
Version | Version1.1.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
sqli-parent-1.1.0.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xream.sqli/sqli-parent/ -->
<dependency>
<groupId>io.xream.sqli</groupId>
<artifactId>sqli-parent</artifactId>
<version>1.1.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.xream.sqli/sqli-parent/
implementation 'io.xream.sqli:sqli-parent:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.xream.sqli/sqli-parent/
implementation ("io.xream.sqli:sqli-parent:1.1.0.RELEASE")
'io.xream.sqli:sqli-parent:pom:1.1.0.RELEASE'
<dependency org="io.xream.sqli" name="sqli-parent" rev="1.1.0.RELEASE">
<artifact name="sqli-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.xream.sqli', module='sqli-parent', version='1.1.0.RELEASE')
)
libraryDependencies += "io.xream.sqli" % "sqli-parent" % "1.1.0.RELEASE"
[io.xream.sqli/sqli-parent "1.1.0.RELEASE"]