is not current version
Last Version 1.147

io.thestencil:demo-app 1.1.7


GroupId

GroupId

io.thestencil
ArtifactId

ArtifactId

demo-app
Version

Version

1.1.7
Type

Type

jar

Download demo-app 1.1.7


<!-- https://jarcasting.com/artifacts/io.thestencil/demo-app/ -->
<dependency>
    <groupId>io.thestencil</groupId>
    <artifactId>demo-app</artifactId>
    <version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/demo-app/
implementation 'io.thestencil:demo-app:1.1.7'
// https://jarcasting.com/artifacts/io.thestencil/demo-app/
implementation ("io.thestencil:demo-app:1.1.7")
'io.thestencil:demo-app:jar:1.1.7'
<dependency org="io.thestencil" name="demo-app" rev="1.1.7">
  <artifact name="demo-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='demo-app', version='1.1.7')
)
libraryDependencies += "io.thestencil" % "demo-app" % "1.1.7"
[io.thestencil/demo-app "1.1.7"]