GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjit |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jit-2.0.1.pom | |
jit-2.0.1.jar | 141 KB |
jit-2.0.1-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jit/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jit</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jit/
implementation 'org.webjars:jit:2.0.1'
// https://jarcasting.com/artifacts/org.webjars/jit/
implementation ("org.webjars:jit:2.0.1")
'org.webjars:jit:jar:2.0.1'
<dependency org="org.webjars" name="jit" rev="2.0.1">
<artifact name="jit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jit', version='2.0.1')
)
libraryDependencies += "org.webjars" % "jit" % "2.0.1"
[org.webjars/jit "2.0.1"]