GroupId | GroupIdorg.mixer2 |
---|---|
ArtifactId | ArtifactIdmixer2 |
Version | Version1.2.33 |
Type | Typejar |
Filename | Size |
---|---|
mixer2-1.2.33.pom | |
mixer2-1.2.33.jar | 1 MB |
mixer2-1.2.33-sources.jar | 1 MB |
mixer2-1.2.33-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mixer2/mixer2/ -->
<dependency>
<groupId>org.mixer2</groupId>
<artifactId>mixer2</artifactId>
<version>1.2.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.mixer2/mixer2/
implementation 'org.mixer2:mixer2:1.2.33'
// https://jarcasting.com/artifacts/org.mixer2/mixer2/
implementation ("org.mixer2:mixer2:1.2.33")
'org.mixer2:mixer2:jar:1.2.33'
<dependency org="org.mixer2" name="mixer2" rev="1.2.33">
<artifact name="mixer2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mixer2', module='mixer2', version='1.2.33')
)
libraryDependencies += "org.mixer2" % "mixer2" % "1.2.33"
[org.mixer2/mixer2 "1.2.33"]