is not current version
Last Version 1.0.2-alpha03

com.aheaditec:presentation 1.0.2-alpha01

Android Architecture Library - Presentation Layer

GroupId

GroupId

com.aheaditec
ArtifactId

ArtifactId

presentation
Version

Version

1.0.2-alpha01
Type

Type

aar

Download presentation 1.0.2-alpha01


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