p

parent-web

Maven SpringBoot Parent, with web server tools, for all hdsdi3g' java projects
https://github.com/hdsdi3g/prodlib
Files download
File Operation
parent-web-15.0.2.pom download
Apache Maven
<dependency>
  <groupId>tv.hd3g.commons</groupId>
  <artifactId>parent-web</artifactId>
  <version>15.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tv.hd3g.commons:parent-web:15.0.2'
Gradle Kotlin
implementation("tv.hd3g.commons:parent-web:15.0.2")
Scala SBT
libraryDependencies += "tv.hd3g.commons" % "parent-web" % "15.0.2"
Groovy Grape
@Grapes(
  @Grab(group='tv.hd3g.commons', module='parent-web', version='15.0.2')
)
Apache Ivy
<dependency org="tv.hd3g.commons" name="parent-web" rev="15.0.2" />
Leiningen
[tv.hd3g.commons/parent-web "15.0.2"]
Apache Buildr
'tv.hd3g.commons:parent-web:jar:15.0.2'