GroupId | GroupIdtv.hd3g.commons |
---|---|
ArtifactId | ArtifactIdinterfaces |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
interfaces-3.2.0.pom | |
interfaces-3.2.0.jar | 8 KB |
interfaces-3.2.0-sources.jar | 11 KB |
interfaces-3.2.0-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tv.hd3g.commons/interfaces/ -->
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g.commons/interfaces/
implementation 'tv.hd3g.commons:interfaces:3.2.0'
// https://jarcasting.com/artifacts/tv.hd3g.commons/interfaces/
implementation ("tv.hd3g.commons:interfaces:3.2.0")
'tv.hd3g.commons:interfaces:jar:3.2.0'
<dependency org="tv.hd3g.commons" name="interfaces" rev="3.2.0">
<artifact name="interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g.commons', module='interfaces', version='3.2.0')
)
libraryDependencies += "tv.hd3g.commons" % "interfaces" % "3.2.0"
[tv.hd3g.commons/interfaces "3.2.0"]