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