| License |
License |
|---|---|
| Categories |
CategoriesJava Languages ORM Data |
| GroupId | GroupIdeu.mia-platform |
| ArtifactId | ArtifactIdmia-service-java-springboot-library |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCustom 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 |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |