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