| GroupId | GroupIdorg.webjars.bowergithub.dojo |
|---|---|
| ArtifactId | ArtifactIddojo |
| Version | Version1.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dojo-1.13.0.pom | |
| dojo-1.13.0.jar | 975 KB |
| dojo-1.13.0-sources.jar | 22 bytes |
| dojo-1.13.0-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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dojo/dojo/
implementation 'org.webjars.bowergithub.dojo:dojo:1.13.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.dojo/dojo/
implementation ("org.webjars.bowergithub.dojo:dojo:1.13.0")
'org.webjars.bowergithub.dojo:dojo:jar:1.13.0'
<dependency org="org.webjars.bowergithub.dojo" name="dojo" rev="1.13.0">
<artifact name="dojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.dojo', module='dojo', version='1.13.0')
)
libraryDependencies += "org.webjars.bowergithub.dojo" % "dojo" % "1.13.0"
[org.webjars.bowergithub.dojo/dojo "1.13.0"]