is not current version
Last Version 4.2.2

com.gojek:stencil 4.2.0

Library to pull latest proto descriptors from a remote server

GroupId

GroupId

com.gojek
ArtifactId

ArtifactId

stencil
Version

Version

4.2.0
Type

Type

jar

Download stencil 4.2.0


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