GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIdstencil-persistence-api |
Version | Version1.023 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-persistence-api/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-persistence-api</artifactId>
<version>1.023</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-persistence-api/
implementation 'io.thestencil:stencil-persistence-api:1.023'
// https://jarcasting.com/artifacts/io.thestencil/stencil-persistence-api/
implementation ("io.thestencil:stencil-persistence-api:1.023")
'io.thestencil:stencil-persistence-api:jar:1.023'
<dependency org="io.thestencil" name="stencil-persistence-api" rev="1.023">
<artifact name="stencil-persistence-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-persistence-api', version='1.023')
)
libraryDependencies += "io.thestencil" % "stencil-persistence-api" % "1.023"
[io.thestencil/stencil-persistence-api "1.023"]