License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdreveal.js |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionreveal.js
WebJar for reveal.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reveal.js-3.0.0.pom | |
reveal.js-3.0.0.jar | 1 MB |
reveal.js-3.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/reveal.js/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>reveal.js</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/reveal.js/
implementation 'org.webjars:reveal.js:3.0.0'
// https://jarcasting.com/artifacts/org.webjars/reveal.js/
implementation ("org.webjars:reveal.js:3.0.0")
'org.webjars:reveal.js:jar:3.0.0'
<dependency org="org.webjars" name="reveal.js" rev="3.0.0">
<artifact name="reveal.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='reveal.js', version='3.0.0')
)
libraryDependencies += "org.webjars" % "reveal.js" % "3.0.0"
[org.webjars/reveal.js "3.0.0"]