is not current version
Last Version 1.0.2-alpha03

com.aheaditec:presentation 1.0.2-alpha02

Android Architecture Library - Presentation Layer

GroupId

GroupId

com.aheaditec
ArtifactId

ArtifactId

presentation
Version

Version

1.0.2-alpha02
Type

Type

aar

Download presentation 1.0.2-alpha02


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