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