License |
License |
---|---|
GroupId | GroupIdus.careydevelopment.ecosystem |
ArtifactId | ArtifactIdparent |
Version | Version1.2.0-RELEASE |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.2.0-RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/ -->
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>parent</artifactId>
<version>1.2.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/
implementation 'us.careydevelopment.ecosystem:parent:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/us.careydevelopment.ecosystem/parent/
implementation ("us.careydevelopment.ecosystem:parent:1.2.0-RELEASE")
'us.careydevelopment.ecosystem:parent:pom:1.2.0-RELEASE'
<dependency org="us.careydevelopment.ecosystem" name="parent" rev="1.2.0-RELEASE">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.ecosystem', module='parent', version='1.2.0-RELEASE')
)
libraryDependencies += "us.careydevelopment.ecosystem" % "parent" % "1.2.0-RELEASE"
[us.careydevelopment.ecosystem/parent "1.2.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.8.RELEASE |
org.springframework.data : spring-data-mongodb | jar | |
org.mongodb : mongodb-driver-core | jar | 4.0.5 |
org.mongodb : mongodb-driver-sync | jar | 4.0.5 |
org.apache.commons : commons-lang3 | jar | 3.10 |
org.springframework.boot : spring-boot-starter-security | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.3.8.RELEASE |
javax.validation : validation-api | jar | 2.0.1.Final |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
us.careydevelopment.ecosystem : jwt-security | jar | 1.1.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.8.RELEASE |