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