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