License |
License |
---|---|
GroupId | GroupIdorg.fintrace |
ArtifactId | ArtifactIdmicroservice-parent |
Last Version | Last Version0.0.15 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroservice Parent
Finrace's Microservice parent POM with Spring Boot
|
Project Organization |
Project Organizationfintrace (https://fintrace.org/) |
Filename | Size |
---|---|
microservice-parent-0.0.15.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fintrace/microservice-parent/ -->
<dependency>
<groupId>org.fintrace</groupId>
<artifactId>microservice-parent</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fintrace/microservice-parent/
implementation 'org.fintrace:microservice-parent:0.0.15'
// https://jarcasting.com/artifacts/org.fintrace/microservice-parent/
implementation ("org.fintrace:microservice-parent:0.0.15")
'org.fintrace:microservice-parent:pom:0.0.15'
<dependency org="org.fintrace" name="microservice-parent" rev="0.0.15">
<artifact name="microservice-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fintrace', module='microservice-parent', version='0.0.15')
)
libraryDependencies += "org.fintrace" % "microservice-parent" % "0.0.15"
[org.fintrace/microservice-parent "0.0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE |