GroupId | GroupIdtop.fastsql |
---|---|
ArtifactId | ArtifactIdfastsql |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
fastsql-1.2.0.pom | |
fastsql-1.2.0-sources.jar | 27 KB |
fastsql-1.2.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.fastsql/fastsql/ -->
<dependency>
<groupId>top.fastsql</groupId>
<artifactId>fastsql</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.fastsql/fastsql/
implementation 'top.fastsql:fastsql:1.2.0'
// https://jarcasting.com/artifacts/top.fastsql/fastsql/
implementation ("top.fastsql:fastsql:1.2.0")
'top.fastsql:fastsql:jar:1.2.0'
<dependency org="top.fastsql" name="fastsql" rev="1.2.0">
<artifact name="fastsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.fastsql', module='fastsql', version='1.2.0')
)
libraryDependencies += "top.fastsql" % "fastsql" % "1.2.0"
[top.fastsql/fastsql "1.2.0"]