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