GroupId | GroupIdcom.olekdia |
---|---|
ArtifactId | ArtifactIdfam |
Version | Version3.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
fam-3.4.2.pom | |
fam-3.4.2-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.olekdia/fam/ -->
<dependency>
<groupId>com.olekdia</groupId>
<artifactId>fam</artifactId>
<version>3.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.olekdia/fam/
implementation 'com.olekdia:fam:3.4.2'
// https://jarcasting.com/artifacts/com.olekdia/fam/
implementation ("com.olekdia:fam:3.4.2")
'com.olekdia:fam:aar:3.4.2'
<dependency org="com.olekdia" name="fam" rev="3.4.2">
<artifact name="fam" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.olekdia', module='fam', version='3.4.2')
)
libraryDependencies += "com.olekdia" % "fam" % "3.4.2"
[com.olekdia/fam "3.4.2"]