GroupId | GroupIdorg.objectweb.proactive |
---|---|
ArtifactId | ArtifactIdproactive-programming-mao-bundle |
Version | Version5.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objectweb.proactive/proactive-programming-mao-bundle/ -->
<dependency>
<groupId>org.objectweb.proactive</groupId>
<artifactId>proactive-programming-mao-bundle</artifactId>
<version>5.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.proactive/proactive-programming-mao-bundle/
implementation 'org.objectweb.proactive:proactive-programming-mao-bundle:5.4.2'
// https://jarcasting.com/artifacts/org.objectweb.proactive/proactive-programming-mao-bundle/
implementation ("org.objectweb.proactive:proactive-programming-mao-bundle:5.4.2")
'org.objectweb.proactive:proactive-programming-mao-bundle:jar:5.4.2'
<dependency org="org.objectweb.proactive" name="proactive-programming-mao-bundle" rev="5.4.2">
<artifact name="proactive-programming-mao-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.proactive', module='proactive-programming-mao-bundle', version='5.4.2')
)
libraryDependencies += "org.objectweb.proactive" % "proactive-programming-mao-bundle" % "5.4.2"
[org.objectweb.proactive/proactive-programming-mao-bundle "5.4.2"]