| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdhello.js |
| Version | Version1.12.0 |
| Type | Typejar |
| Description |
Descriptionhello.js
WebJar for hello.js
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hello.js-1.12.0.pom | |
| hello.js-1.12.0.jar | 91 KB |
| hello.js-1.12.0-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/hello.js/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>hello.js</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/hello.js/
implementation 'org.webjars:hello.js:1.12.0'
// https://jarcasting.com/artifacts/org.webjars/hello.js/
implementation ("org.webjars:hello.js:1.12.0")
'org.webjars:hello.js:jar:1.12.0'
<dependency org="org.webjars" name="hello.js" rev="1.12.0">
<artifact name="hello.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='hello.js', version='1.12.0')
)
libraryDependencies += "org.webjars" % "hello.js" % "1.12.0"
[org.webjars/hello.js "1.12.0"]