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