License |
License |
---|---|
GroupId | GroupIdio.github.itfinally |
ArtifactId | ArtifactIdparent |
Version | Version0.1.0.RELEASE |
Type | Typepom |
Description |
Descriptionparent
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.1.0.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.itfinally/parent/ -->
<dependency>
<groupId>io.github.itfinally</groupId>
<artifactId>parent</artifactId>
<version>0.1.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.itfinally/parent/
implementation 'io.github.itfinally:parent:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.itfinally/parent/
implementation ("io.github.itfinally:parent:0.1.0.RELEASE")
'io.github.itfinally:parent:pom:0.1.0.RELEASE'
<dependency org="io.github.itfinally" name="parent" rev="0.1.0.RELEASE">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.itfinally', module='parent', version='0.1.0.RELEASE')
)
libraryDependencies += "io.github.itfinally" % "parent" % "0.1.0.RELEASE"
[io.github.itfinally/parent "0.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.17.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.17.RELEASE |
com.google.guava : guava | jar | 27.0-android |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-log4j2 | jar | 1.5.17.RELEASE |
com.lmax : disruptor | jar | 3.3.4 |