template-plugin

Template Plugin for Spring Boot

License

License

GroupId

GroupId

com.blibli.oss
ArtifactId

ArtifactId

template-plugin
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

template-plugin
Template Plugin for Spring Boot
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/bliblidotcom/template-plugin

Download template-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.blibli.oss/template-plugin/ -->
<dependency>
    <groupId>com.blibli.oss</groupId>
    <artifactId>template-plugin</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.blibli.oss/template-plugin/
implementation 'com.blibli.oss:template-plugin:0.0.3'
// https://jarcasting.com/artifacts/com.blibli.oss/template-plugin/
implementation ("com.blibli.oss:template-plugin:0.0.3")
'com.blibli.oss:template-plugin:jar:0.0.3'
<dependency org="com.blibli.oss" name="template-plugin" rev="0.0.3">
  <artifact name="template-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blibli.oss', module='template-plugin', version='0.0.3')
)
libraryDependencies += "com.blibli.oss" % "template-plugin" % "0.0.3"
[com.blibli.oss/template-plugin "0.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.jknack : handlebars jar 4.0.6

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 1.5.9.RELEASE
org.projectlombok : lombok jar 1.16.18

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.9.RELEASE

Project Modules

There are no modules declared in this project.

Build Status

Spring Boot Template Plugin

Add this dependency in your pom.xml

<repositories>
    ...
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>bintray-bliblidotcom-maven</id>
      <name>bintray</name>
      <url>https://dl.bintray.com/bliblidotcom/maven</url>
    </repository>
    ...
</repositories>
<dependencies>
  ...
  <dependency>
   <groupId>com.blibli.oss</groupId>
   <artifactId>template-plugin</artifactId>
   <version>...</version>
 </dependency>
 ...
</dependencies>
com.blibli.oss

Blibli.com

Big Choices Big Deals

Versions

Version
0.0.3
0.0.2
0.0.1