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