| License |
License |
|---|---|
| GroupId | GroupIdcom.hannesdorfmann.fragmentargs |
| ArtifactId | ArtifactIdannotation |
| Version | Version4.0.0-RC1 |
| Type | Typejar |
| Description |
DescriptionGenerates Android Fragment Arguments
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| annotation-4.0.0-RC1.pom | |
| annotation-4.0.0-RC1.jar | 6 KB |
| annotation-4.0.0-RC1-sources.jar | 6 KB |
| annotation-4.0.0-RC1-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/ -->
<dependency>
<groupId>com.hannesdorfmann.fragmentargs</groupId>
<artifactId>annotation</artifactId>
<version>4.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/
implementation 'com.hannesdorfmann.fragmentargs:annotation:4.0.0-RC1'
// https://jarcasting.com/artifacts/com.hannesdorfmann.fragmentargs/annotation/
implementation ("com.hannesdorfmann.fragmentargs:annotation:4.0.0-RC1")
'com.hannesdorfmann.fragmentargs:annotation:jar:4.0.0-RC1'
<dependency org="com.hannesdorfmann.fragmentargs" name="annotation" rev="4.0.0-RC1">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann.fragmentargs', module='annotation', version='4.0.0-RC1')
)
libraryDependencies += "com.hannesdorfmann.fragmentargs" % "annotation" % "4.0.0-RC1"
[com.hannesdorfmann.fragmentargs/annotation "4.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |