| GroupId | GroupIdorg.webjars.bowergithub.hakimel |
|---|---|
| ArtifactId | ArtifactIdreveal.js |
| Version | Version3.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reveal.js-3.9.2.pom | |
| reveal.js-3.9.2.jar | 1 MB |
| reveal.js-3.9.2-sources.jar | 22 bytes |
| reveal.js-3.9.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.hakimel/reveal.js/ -->
<dependency>
<groupId>org.webjars.bowergithub.hakimel</groupId>
<artifactId>reveal.js</artifactId>
<version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.hakimel/reveal.js/
implementation 'org.webjars.bowergithub.hakimel:reveal.js:3.9.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.hakimel/reveal.js/
implementation ("org.webjars.bowergithub.hakimel:reveal.js:3.9.2")
'org.webjars.bowergithub.hakimel:reveal.js:jar:3.9.2'
<dependency org="org.webjars.bowergithub.hakimel" name="reveal.js" rev="3.9.2">
<artifact name="reveal.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.hakimel', module='reveal.js', version='3.9.2')
)
libraryDependencies += "org.webjars.bowergithub.hakimel" % "reveal.js" % "3.9.2"
[org.webjars.bowergithub.hakimel/reveal.js "3.9.2"]