Last Version

Custom Plugin Java Spring Boot Library 0.0.2

Library that allows you to define Mia-Platform custom plugins in java and spring boot easily

License

License

Categories

Categories

Java Languages ORM Data
GroupId

GroupId

eu.mia-platform
ArtifactId

ArtifactId

custom-plugin-java-springboot
Version

Version

0.0.2
Type

Type

jar
Description

Description

Custom Plugin Java Spring Boot Library
Library that allows you to define Mia-Platform custom plugins in java and spring boot easily
Project URL

Project URL

https://github.com/mia-platform/custom-plugin-java-springboot
Source Code Management

Source Code Management

https://github.com/mia-platform/custom-plugin-java-springboot

Download custom-plugin-java-springboot 0.0.2


<!-- https://jarcasting.com/artifacts/eu.mia-platform/custom-plugin-java-springboot/ -->
<dependency>
    <groupId>eu.mia-platform</groupId>
    <artifactId>custom-plugin-java-springboot</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mia-platform/custom-plugin-java-springboot/
implementation 'eu.mia-platform:custom-plugin-java-springboot:0.0.2'
// https://jarcasting.com/artifacts/eu.mia-platform/custom-plugin-java-springboot/
implementation ("eu.mia-platform:custom-plugin-java-springboot:0.0.2")
'eu.mia-platform:custom-plugin-java-springboot:jar:0.0.2'
<dependency org="eu.mia-platform" name="custom-plugin-java-springboot" rev="0.0.2">
  <artifact name="custom-plugin-java-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mia-platform', module='custom-plugin-java-springboot', version='0.0.2')
)
libraryDependencies += "eu.mia-platform" % "custom-plugin-java-springboot" % "0.0.2"
[eu.mia-platform/custom-plugin-java-springboot "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.3.RELEASE
io.springfox : springfox-swagger2 jar 2.9.2
io.springfox : springfox-swagger-ui jar 2.9.2
eu.mia-platform : custom-plugin-java jar 0.0.5

test (1)

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

Project Modules

There are no modules declared in this project.