| GroupId | GroupIdio.github.christophknabe |
|---|---|
| ArtifactId | ArtifactIdmultex |
| Version | Version8.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| multex-8.5.pom | |
| multex-8.5.jar | 47 KB |
| multex-8.5-sources.jar | 52 KB |
| multex-8.5-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.christophknabe/multex/ -->
<dependency>
<groupId>io.github.christophknabe</groupId>
<artifactId>multex</artifactId>
<version>8.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation 'io.github.christophknabe:multex:8.5'
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation ("io.github.christophknabe:multex:8.5")
'io.github.christophknabe:multex:jar:8.5'
<dependency org="io.github.christophknabe" name="multex" rev="8.5">
<artifact name="multex" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.christophknabe', module='multex', version='8.5')
)
libraryDependencies += "io.github.christophknabe" % "multex" % "8.5"
[io.github.christophknabe/multex "8.5"]