jar

io.github.vladshyrokyi : template-message-sdk

Maven & Gradle

Aug 15, 2021
0 stars

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

Table Of Contents

Latest Version

Download io.github.vladshyrokyi : template-message-sdk JAR file - Latest Versions:

All Versions

Download io.github.vladshyrokyi : template-message-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window template-message-sdk-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.vladshyrokyi.template_message_sdk.block.interfaces

├─ io.github.vladshyrokyi.template_message_sdk.block.interfaces.TextBlockContract.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.block.interfaces.TextBlockExpendableContract.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.block.interfaces.TextBlockWithVariablesContract.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.builder

├─ io.github.vladshyrokyi.template_message_sdk.builder.BlockBuilderContract.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.builder.BlockBuilderImpl.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.builder.ConditionBlockBuilderImpl.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.block

├─ io.github.vladshyrokyi.template_message_sdk.block.InvariantBlockImpl.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.block.TemplateBlockImpl.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.block.TextBlockImpl.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.exceptions

├─ io.github.vladshyrokyi.template_message_sdk.exceptions.RegexNullPointException.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.exceptions.TemplateNullPointException.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.exceptions.VariableNameNullPointException.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.exceptions.VariableNullPointException.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.writer

├─ io.github.vladshyrokyi.template_message_sdk.writer.RegexTextWriter.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.writer.TextWriterContract.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.editor

├─ io.github.vladshyrokyi.template_message_sdk.editor.TextEditorContract.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.factory

├─ io.github.vladshyrokyi.template_message_sdk.factory.TextBlockFactory.class - [JAR]

io.github.vladshyrokyi.template_message_sdk.checker

├─ io.github.vladshyrokyi.template_message_sdk.checker.CharCountCheckerImpl.class - [JAR]

├─ io.github.vladshyrokyi.template_message_sdk.checker.ConditionCheckerContract.class - [JAR]

io.github.vladshyrokyi.template_message_sdk

├─ io.github.vladshyrokyi.template_message_sdk.DefaultRegex.class - [JAR]