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