is not current version
Last Version 1.3.0

io.github.lukasdylan:protodroid 1.1.0

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
Type

Type

aar

Download protodroid 1.1.0


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