GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdalljs |
Version | Version4 |
Type | Typejar |
Filename | Size |
---|---|
alljs-4.pom | |
alljs-4.jar | 67 KB |
alljs-4-zip.zip | 364 KB |
alljs-4-sources.jar | 67 KB |
alljs-4-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/alljs/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>alljs</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/alljs/
implementation 'org.kevoree.mwg.plugins:alljs:4'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/alljs/
implementation ("org.kevoree.mwg.plugins:alljs:4")
'org.kevoree.mwg.plugins:alljs:jar:4'
<dependency org="org.kevoree.mwg.plugins" name="alljs" rev="4">
<artifact name="alljs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='alljs', version='4')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "alljs" % "4"
[org.kevoree.mwg.plugins/alljs "4"]