GroupId | GroupIdcom.gojek |
---|---|
ArtifactId | ArtifactIdstencil |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
stencil-4.0.1.pom | |
stencil-4.0.1.jar | 24 KB |
stencil-4.0.1-sources.jar | 12 KB |
stencil-4.0.1-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek/stencil/ -->
<dependency>
<groupId>com.gojek</groupId>
<artifactId>stencil</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek/stencil/
implementation 'com.gojek:stencil:4.0.1'
// https://jarcasting.com/artifacts/com.gojek/stencil/
implementation ("com.gojek:stencil:4.0.1")
'com.gojek:stencil:jar:4.0.1'
<dependency org="com.gojek" name="stencil" rev="4.0.1">
<artifact name="stencil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek', module='stencil', version='4.0.1')
)
libraryDependencies += "com.gojek" % "stencil" % "4.0.1"
[com.gojek/stencil "4.0.1"]