GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIddemo-app |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
demo-app-1.1.5.pom | |
demo-app-1.1.5.jar | 4 KB |
demo-app-1.1.5-sources.jar | 4 KB |
demo-app-1.1.5-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/demo-app/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>demo-app</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/demo-app/
implementation 'io.thestencil:demo-app:1.1.5'
// https://jarcasting.com/artifacts/io.thestencil/demo-app/
implementation ("io.thestencil:demo-app:1.1.5")
'io.thestencil:demo-app:jar:1.1.5'
<dependency org="io.thestencil" name="demo-app" rev="1.1.5">
<artifact name="demo-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='demo-app', version='1.1.5')
)
libraryDependencies += "io.thestencil" % "demo-app" % "1.1.5"
[io.thestencil/demo-app "1.1.5"]