GroupId | GroupIdcom.xqbase |
---|---|
ArtifactId | ArtifactIdtuna-mux |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
tuna-mux-0.1.2.pom | |
tuna-mux-0.1.2.jar | 34 KB |
tuna-mux-0.1.2-sources.jar | 18 KB |
tuna-mux-0.1.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xqbase/tuna-mux/ -->
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>tuna-mux</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/tuna-mux/
implementation 'com.xqbase:tuna-mux:0.1.2'
// https://jarcasting.com/artifacts/com.xqbase/tuna-mux/
implementation ("com.xqbase:tuna-mux:0.1.2")
'com.xqbase:tuna-mux:jar:0.1.2'
<dependency org="com.xqbase" name="tuna-mux" rev="0.1.2">
<artifact name="tuna-mux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='tuna-mux', version='0.1.2')
)
libraryDependencies += "com.xqbase" % "tuna-mux" % "0.1.2"
[com.xqbase/tuna-mux "0.1.2"]