Custom Plugin Java Spring Boot Library

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

mia-service-java-springboot-library
Last Version

Last Version

1.0.3
Release Date

Release Date

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 mia-service-java-springboot-library

How to add to project

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

Dependencies

compile (5)

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 : mia-service-java-library jar 1.0.3
org.openjfx : javafx-controls jar 16-ea+2

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.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0