is not current version
Last Version 3.0.0

com.sefford:fraggle 1.0

A wrapper to Android Fragment Manager to streamline some common uses and functionalities

GroupId

GroupId

com.sefford
ArtifactId

ArtifactId

fraggle
Version

Version

1.0
Type

Type

aar

Download fraggle 1.0


<!-- https://jarcasting.com/artifacts/com.sefford/fraggle/ -->
<dependency>
    <groupId>com.sefford</groupId>
    <artifactId>fraggle</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sefford/fraggle/
implementation 'com.sefford:fraggle:1.0'
// https://jarcasting.com/artifacts/com.sefford/fraggle/
implementation ("com.sefford:fraggle:1.0")
'com.sefford:fraggle:aar:1.0'
<dependency org="com.sefford" name="fraggle" rev="1.0">
  <artifact name="fraggle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sefford', module='fraggle', version='1.0')
)
libraryDependencies += "com.sefford" % "fraggle" % "1.0"
[com.sefford/fraggle "1.0"]