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