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