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