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