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