License |
License |
---|---|
GroupId | GroupIdio.github.vladshyrokyi |
ArtifactId | ArtifactIdtemplate-message-sdk |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTemplate message sdk
Allows you to compose text templates from blocks. Each block has a writer and editor to customize the writing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
template-message-sdk-1.2.pom | |
template-message-sdk-1.2.jar | 22 KB |
template-message-sdk-1.2-sources.jar | 13 KB |
template-message-sdk-1.2-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/ -->
<dependency>
<groupId>io.github.vladshyrokyi</groupId>
<artifactId>template-message-sdk</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/
implementation 'io.github.vladshyrokyi:template-message-sdk:1.2'
// https://jarcasting.com/artifacts/io.github.vladshyrokyi/template-message-sdk/
implementation ("io.github.vladshyrokyi:template-message-sdk:1.2")
'io.github.vladshyrokyi:template-message-sdk:jar:1.2'
<dependency org="io.github.vladshyrokyi" name="template-message-sdk" rev="1.2">
<artifact name="template-message-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vladshyrokyi', module='template-message-sdk', version='1.2')
)
libraryDependencies += "io.github.vladshyrokyi" % "template-message-sdk" % "1.2"
[io.github.vladshyrokyi/template-message-sdk "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |