| GroupId | GroupIdorg.webjars.bowergithub.dojo |
|---|---|
| ArtifactId | ArtifactIddojo |
| Version | Version1.14.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dojo-1.14.2.pom | |
| dojo-1.14.2.jar | 993 KB |
| dojo-1.14.2-sources.jar | 22 bytes |
| dojo-1.14.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.dojo/dojo/ -->
<dependency>
<groupId>org.webjars.bowergithub.dojo</groupId>
<artifactId>dojo</artifactId>
<version>1.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dojo/dojo/
implementation 'org.webjars.bowergithub.dojo:dojo:1.14.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dojo/dojo/
implementation ("org.webjars.bowergithub.dojo:dojo:1.14.2")
'org.webjars.bowergithub.dojo:dojo:jar:1.14.2'
<dependency org="org.webjars.bowergithub.dojo" name="dojo" rev="1.14.2">
<artifact name="dojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.dojo', module='dojo', version='1.14.2')
)
libraryDependencies += "org.webjars.bowergithub.dojo" % "dojo" % "1.14.2"
[org.webjars.bowergithub.dojo/dojo "1.14.2"]