GroupId | GroupIdorg.quickperf |
---|---|
ArtifactId | ArtifactIdquick-perf-springboot1-sql-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-springboot1-sql-starter/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-springboot1-sql-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-springboot1-sql-starter/
implementation 'org.quickperf:quick-perf-springboot1-sql-starter:1.0.0'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-springboot1-sql-starter/
implementation ("org.quickperf:quick-perf-springboot1-sql-starter:1.0.0")
'org.quickperf:quick-perf-springboot1-sql-starter:jar:1.0.0'
<dependency org="org.quickperf" name="quick-perf-springboot1-sql-starter" rev="1.0.0">
<artifact name="quick-perf-springboot1-sql-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-springboot1-sql-starter', version='1.0.0')
)
libraryDependencies += "org.quickperf" % "quick-perf-springboot1-sql-starter" % "1.0.0"
[org.quickperf/quick-perf-springboot1-sql-starter "1.0.0"]