Categories |
CategoriesMINA Net Networking |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjquery.terminal |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
jquery.terminal-0.9.3.pom | |
jquery.terminal-0.9.3.jar | 69 KB |
jquery.terminal-0.9.3-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery.terminal/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery.terminal</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery.terminal/
implementation 'org.webjars:jquery.terminal:0.9.3'
// https://jarcasting.com/artifacts/org.webjars/jquery.terminal/
implementation ("org.webjars:jquery.terminal:0.9.3")
'org.webjars:jquery.terminal:jar:0.9.3'
<dependency org="org.webjars" name="jquery.terminal" rev="0.9.3">
<artifact name="jquery.terminal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery.terminal', version='0.9.3')
)
libraryDependencies += "org.webjars" % "jquery.terminal" % "0.9.3"
[org.webjars/jquery.terminal "0.9.3"]