| GroupId | GroupIdio.github.toquery |
|---|---|
| ArtifactId | ArtifactIdclever-framework-dao |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| clever-framework-dao-1.0.0.pom | |
| clever-framework-dao-1.0.0.jar | 62 KB |
| clever-framework-dao-1.0.0-sources.jar | 40 KB |
| clever-framework-dao-1.0.0-javadoc.jar | 301 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.toquery/clever-framework-dao/ -->
<dependency>
<groupId>io.github.toquery</groupId>
<artifactId>clever-framework-dao</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-dao/
implementation 'io.github.toquery:clever-framework-dao:1.0.0'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-dao/
implementation ("io.github.toquery:clever-framework-dao:1.0.0")
'io.github.toquery:clever-framework-dao:jar:1.0.0'
<dependency org="io.github.toquery" name="clever-framework-dao" rev="1.0.0">
<artifact name="clever-framework-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-dao', version='1.0.0')
)
libraryDependencies += "io.github.toquery" % "clever-framework-dao" % "1.0.0"
[io.github.toquery/clever-framework-dao "1.0.0"]