GroupId | GroupIdcom.gojek |
---|---|
ArtifactId | ArtifactIdstencil |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
stencil-4.2.0.pom | |
stencil-4.2.0.jar | 27 KB |
stencil-4.2.0-sources.jar | 14 KB |
stencil-4.2.0-javadoc.jar | 100 KB |
Browse |
<!-- 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"]