| GroupId | GroupIdmx4j |
|---|---|
| ArtifactId | ArtifactIdmx4j-remote |
| Version | Version2.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mx4j-remote-2.1.1.pom | |
| mx4j-remote-2.1.1.jar | 163 KB |
| mx4j-remote-2.1.1-sources.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mx4j/mx4j-remote/ -->
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-remote</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/mx4j/mx4j-remote/
implementation 'mx4j:mx4j-remote:2.1.1'
// https://jarcasting.com/artifacts/mx4j/mx4j-remote/
implementation ("mx4j:mx4j-remote:2.1.1")
'mx4j:mx4j-remote:jar:2.1.1'
<dependency org="mx4j" name="mx4j-remote" rev="2.1.1">
<artifact name="mx4j-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx4j', module='mx4j-remote', version='2.1.1')
)
libraryDependencies += "mx4j" % "mx4j-remote" % "2.1.1"
[mx4j/mx4j-remote "2.1.1"]