i

interfaces

Commons interfaces for all hdsdi3g' modules
https://github.com/hdsdi3g/prodlib
Files download
File Operation
interfaces-20.0.0.jar download
interfaces-20.0.0.pom download
interfaces-20.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tv.hd3g.commons</groupId>
  <artifactId>interfaces</artifactId>
  <version>20.0.0</version>
</dependency>
Gradle Groovy
implementation 'tv.hd3g.commons:interfaces:20.0.0'
Gradle Kotlin
implementation("tv.hd3g.commons:interfaces:20.0.0")
Scala SBT
libraryDependencies += "tv.hd3g.commons" % "interfaces" % "20.0.0"
Groovy Grape
@Grapes(
  @Grab(group='tv.hd3g.commons', module='interfaces', version='20.0.0')
)
Apache Ivy
<dependency org="tv.hd3g.commons" name="interfaces" rev="20.0.0" />
Leiningen
[tv.hd3g.commons/interfaces "20.0.0"]
Apache Buildr
'tv.hd3g.commons:interfaces:jar:20.0.0'