is not current version
Last Version 1.147

io.thestencil:demo-app 1.021


GroupId

GroupId

io.thestencil
ArtifactId

ArtifactId

demo-app
Version

Version

1.021
Type

Type

jar

Download demo-app 1.021


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