GroupId | GroupIdio.github.toquery |
---|---|
ArtifactId | ArtifactIdclever-framework-web |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.toquery/clever-framework-web/ -->
<dependency>
<groupId>io.github.toquery</groupId>
<artifactId>clever-framework-web</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-web/
implementation 'io.github.toquery:clever-framework-web:1.0.2'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-web/
implementation ("io.github.toquery:clever-framework-web:1.0.2")
'io.github.toquery:clever-framework-web:jar:1.0.2'
<dependency org="io.github.toquery" name="clever-framework-web" rev="1.0.2">
<artifact name="clever-framework-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-web', version='1.0.2')
)
libraryDependencies += "io.github.toquery" % "clever-framework-web" % "1.0.2"
[io.github.toquery/clever-framework-web "1.0.2"]