is not current version
Last Version 1.2

io.github.vladshyrokyi:template-message-sdk 1.0

Allows you to compose text templates from blocks. Each block has a writer and editor to customize the writing.

GroupId

GroupId

io.github.vladshyrokyi
ArtifactId

ArtifactId

template-message-sdk
Version

Version

1.0
Type

Type

jar

Download template-message-sdk 1.0


<!-- https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/ -->
<dependency>
    <groupId>io.github.vladshyrokyi</groupId>
    <artifactId>template-message-sdk</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/
implementation 'io.github.vladshyrokyi:template-message-sdk:1.0'
// https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/
implementation ("io.github.vladshyrokyi:template-message-sdk:1.0")
'io.github.vladshyrokyi:template-message-sdk:jar:1.0'
<dependency org="io.github.vladshyrokyi" name="template-message-sdk" rev="1.0">
  <artifact name="template-message-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vladshyrokyi', module='template-message-sdk', version='1.0')
)
libraryDependencies += "io.github.vladshyrokyi" % "template-message-sdk" % "1.0"
[io.github.vladshyrokyi/template-message-sdk "1.0"]