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