Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.thestencil |
ArtifactId | ArtifactIdstencil-client-api |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
stencil-client-api-1.1.6.pom | |
stencil-client-api-1.1.6.jar | 162 KB |
stencil-client-api-1.1.6-sources.jar | 83 KB |
stencil-client-api-1.1.6-javadoc.jar | 940 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-client-api/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-client-api</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-client-api/
implementation 'io.thestencil:stencil-client-api:1.1.6'
// https://jarcasting.com/artifacts/io.thestencil/stencil-client-api/
implementation ("io.thestencil:stencil-client-api:1.1.6")
'io.thestencil:stencil-client-api:jar:1.1.6'
<dependency org="io.thestencil" name="stencil-client-api" rev="1.1.6">
<artifact name="stencil-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-client-api', version='1.1.6')
)
libraryDependencies += "io.thestencil" % "stencil-client-api" % "1.1.6"
[io.thestencil/stencil-client-api "1.1.6"]