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