GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdml |
Version | Version7 |
Type | Typejar |
Filename | Size |
---|---|
ml-7.pom | |
ml-7.jar | 136 KB |
ml-7-tests.jar | 488 KB |
ml-7-sources.jar | 70 KB |
ml-7-js.zip | 257 KB |
ml-7-javadoc.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/ml/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>ml</artifactId>
<version>7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/ml/
implementation 'org.kevoree.mwg.plugins:ml:7'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/ml/
implementation ("org.kevoree.mwg.plugins:ml:7")
'org.kevoree.mwg.plugins:ml:jar:7'
<dependency org="org.kevoree.mwg.plugins" name="ml" rev="7">
<artifact name="ml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='ml', version='7')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "ml" % "7"
[org.kevoree.mwg.plugins/ml "7"]