GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdalljs |
Version | Version3 |
Type | Typejar |
Filename | Size |
---|---|
alljs-3.pom | |
alljs-3.jar | 67 KB |
alljs-3-zip.zip | 361 KB |
alljs-3-sources.jar | 67 KB |
alljs-3-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>3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/alljs/
implementation 'org.kevoree.mwg.plugins:alljs:3'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/alljs/
implementation ("org.kevoree.mwg.plugins:alljs:3")
'org.kevoree.mwg.plugins:alljs:jar:3'
<dependency org="org.kevoree.mwg.plugins" name="alljs" rev="3">
<artifact name="alljs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='alljs', version='3')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "alljs" % "3"
[org.kevoree.mwg.plugins/alljs "3"]