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