Last Version

presenter 1.0.0

Android presenter framework

License

License

GroupId

GroupId

com.github.erd
ArtifactId

ArtifactId

presenter
Version

Version

1.0.0
Type

Type

pom
Description

Description

presenter
Android presenter framework

Download presenter 1.0.0

Filename Size
presenter-1.0.0.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • presenter-library
  • presenter-example