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