License |
License |
---|---|
GroupId | GroupIdcom.github.erd |
ArtifactId | ArtifactIdpresenter |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionpresenter
Android presenter framework
|
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"]