| GroupId | GroupIddev.jahir |
|---|---|
| ArtifactId | ArtifactIdKuper |
| Version | Version2.3.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| Kuper-2.3.2.pom | |
| Kuper-2.3.2-sources.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.jahir/Kuper/ -->
<dependency>
<groupId>dev.jahir</groupId>
<artifactId>Kuper</artifactId>
<version>2.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.jahir/Kuper/
implementation 'dev.jahir:Kuper:2.3.2'
// https://jarcasting.com/artifacts/dev.jahir/Kuper/
implementation ("dev.jahir:Kuper:2.3.2")
'dev.jahir:Kuper:aar:2.3.2'
<dependency org="dev.jahir" name="Kuper" rev="2.3.2">
<artifact name="Kuper" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.jahir', module='Kuper', version='2.3.2')
)
libraryDependencies += "dev.jahir" % "Kuper" % "2.3.2"
[dev.jahir/Kuper "2.3.2"]