License |
License |
---|---|
Categories |
CategoriesJava Languages ORM Data |
GroupId | GroupIdeu.mia-platform |
ArtifactId | ArtifactIdcustom-plugin-java-springboot |
Version | Version0.0.2 |
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/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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |