is not current version
Last Version 1.3.0

io.github.lukasdylan:protodroid 1.1.0-alpha09

Protodroid is an Android library for intercept every API request and response on GRPC

GroupId

GroupId

io.github.lukasdylan
ArtifactId

ArtifactId

protodroid
Version

Version

1.1.0-alpha09
Type

Type

aar

Download protodroid 1.1.0-alpha09


<!-- https://jarcasting.com/artifacts/io.github.lukasdylan/protodroid/ -->
<dependency>
    <groupId>io.github.lukasdylan</groupId>
    <artifactId>protodroid</artifactId>
    <version>1.1.0-alpha09</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lukasdylan/protodroid/
implementation 'io.github.lukasdylan:protodroid:1.1.0-alpha09'
// https://jarcasting.com/artifacts/io.github.lukasdylan/protodroid/
implementation ("io.github.lukasdylan:protodroid:1.1.0-alpha09")
'io.github.lukasdylan:protodroid:aar:1.1.0-alpha09'
<dependency org="io.github.lukasdylan" name="protodroid" rev="1.1.0-alpha09">
  <artifact name="protodroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.lukasdylan', module='protodroid', version='1.1.0-alpha09')
)
libraryDependencies += "io.github.lukasdylan" % "protodroid" % "1.1.0-alpha09"
[io.github.lukasdylan/protodroid "1.1.0-alpha09"]