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