command-plugin

Command Plugin for Spring Boot

License

License

GroupId

GroupId

com.blibli.oss
ArtifactId

ArtifactId

command-plugin
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

command-plugin
Command Plugin for Spring Boot
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/command-plugin
Source Code Management

Source Code Management

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

Download command-plugin

How to add to project

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

Dependencies

provided (6)

Group / Artifact Type Version
io.projectreactor : reactor-core jar 3.2.2.RELEASE
org.springframework.boot : spring-boot-starter jar 2.1.0.RELEASE
org.springframework.boot : spring-boot-starter-webflux jar 2.1.0.RELEASE
org.springframework.boot : spring-boot-starter-data-redis-reactive jar 2.1.0.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.0.RELEASE
org.projectlombok : lombok jar 1.18.2

test (1)

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

Project Modules

There are no modules declared in this project.

Build Status

Spring Boot Command 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>command-plugin</artifactId>
   <version>...</version>
 </dependency>
 ...
</dependencies>
com.blibli.oss

Blibli.com

Big Choices Big Deals

Versions

Version
2.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1