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