| GroupId | GroupIdde.viadee.xai.anchor |
|---|---|
| ArtifactId | ArtifactIdFastMPJAdapter |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| FastMPJAdapter-1.0.3.pom | |
| FastMPJAdapter-1.0.3.jar | 13 KB |
| FastMPJAdapter-1.0.3-sources.jar | 8 KB |
| FastMPJAdapter-1.0.3-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.viadee.xai.anchor/FastMPJAdapter/ -->
<dependency>
<groupId>de.viadee.xai.anchor</groupId>
<artifactId>FastMPJAdapter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/FastMPJAdapter/
implementation 'de.viadee.xai.anchor:FastMPJAdapter:1.0.3'
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/FastMPJAdapter/
implementation ("de.viadee.xai.anchor:FastMPJAdapter:1.0.3")
'de.viadee.xai.anchor:FastMPJAdapter:jar:1.0.3'
<dependency org="de.viadee.xai.anchor" name="FastMPJAdapter" rev="1.0.3">
<artifact name="FastMPJAdapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee.xai.anchor', module='FastMPJAdapter', version='1.0.3')
)
libraryDependencies += "de.viadee.xai.anchor" % "FastMPJAdapter" % "1.0.3"
[de.viadee.xai.anchor/FastMPJAdapter "1.0.3"]