is not current version
Last Version 1.147

io.thestencil:demo-app 1.019


GroupId

GroupId

io.thestencil
ArtifactId

ArtifactId

demo-app
Version

Version

1.019
Type

Type

jar

Download demo-app 1.019


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