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-14.0.0.pom download
Apache Maven
<dependency>
  <groupId>tv.hd3g.commons</groupId>
  <artifactId>parent-web</artifactId>
  <version>14.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tv.hd3g.commons:parent-web:14.0.0'
Gradle Kotlin
implementation("tv.hd3g.commons:parent-web:14.0.0")
Scala SBT
libraryDependencies += "tv.hd3g.commons" % "parent-web" % "14.0.0"
Groovy Grape
@Grapes(
  @Grab(group='tv.hd3g.commons', module='parent-web', version='14.0.0')
)
Apache Ivy
<dependency org="tv.hd3g.commons" name="parent-web" rev="14.0.0" />
Leiningen
[tv.hd3g.commons/parent-web "14.0.0"]
Apache Buildr
'tv.hd3g.commons:parent-web:jar:14.0.0'