is not current version
Last Version 1.147

io.thestencil:demo-app 1.023


GroupId

GroupId

io.thestencil
ArtifactId

ArtifactId

demo-app
Version

Version

1.023
Type

Type

jar

Download demo-app 1.023


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