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