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