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