GroupId | GroupIdio.github.toquery |
---|---|
ArtifactId | ArtifactIdclever-framework-dao |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
clever-framework-dao-1.0.1.pom | |
clever-framework-dao-1.0.1.jar | 67 KB |
clever-framework-dao-1.0.1-sources.jar | 45 KB |
clever-framework-dao-1.0.1-javadoc.jar | 336 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-dao/
implementation 'io.github.toquery:clever-framework-dao:1.0.1'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-dao/
implementation ("io.github.toquery:clever-framework-dao:1.0.1")
'io.github.toquery:clever-framework-dao:jar:1.0.1'
<dependency org="io.github.toquery" name="clever-framework-dao" rev="1.0.1">
<artifact name="clever-framework-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-dao', version='1.0.1')
)
libraryDependencies += "io.github.toquery" % "clever-framework-dao" % "1.0.1"
[io.github.toquery/clever-framework-dao "1.0.1"]