GroupId | GroupIdcom.trigyn |
---|---|
ArtifactId | ArtifactIdwebjars |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
webjars-1.2.4.pom | |
webjars-1.2.4.jar | 15 MB |
webjars-1.2.4-sources.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.trigyn/webjars/ -->
<dependency>
<groupId>com.trigyn</groupId>
<artifactId>webjars</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.trigyn/webjars/
implementation 'com.trigyn:webjars:1.2.4'
// https://jarcasting.com/artifacts/com.trigyn/webjars/
implementation ("com.trigyn:webjars:1.2.4")
'com.trigyn:webjars:jar:1.2.4'
<dependency org="com.trigyn" name="webjars" rev="1.2.4">
<artifact name="webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trigyn', module='webjars', version='1.2.4')
)
libraryDependencies += "com.trigyn" % "webjars" % "1.2.4"
[com.trigyn/webjars "1.2.4"]