Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.thestencil |
ArtifactId | ArtifactIdstencil-ide-integration |
Version | Version1.011 |
Type | Typejar |
Filename | Size |
---|---|
stencil-ide-integration-1.011.pom | |
stencil-ide-integration-1.011.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-ide-integration/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-ide-integration</artifactId>
<version>1.011</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-ide-integration/
implementation 'io.thestencil:stencil-ide-integration:1.011'
// https://jarcasting.com/artifacts/io.thestencil/stencil-ide-integration/
implementation ("io.thestencil:stencil-ide-integration:1.011")
'io.thestencil:stencil-ide-integration:jar:1.011'
<dependency org="io.thestencil" name="stencil-ide-integration" rev="1.011">
<artifact name="stencil-ide-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-ide-integration', version='1.011')
)
libraryDependencies += "io.thestencil" % "stencil-ide-integration" % "1.011"
[io.thestencil/stencil-ide-integration "1.011"]