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