GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbin-check |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
bin-check-0.1.5.pom | |
bin-check-0.1.5.jar | 3 KB |
bin-check-0.1.5-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bin-check/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bin-check</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bin-check/
implementation 'org.webjars:bin-check:0.1.5'
// https://jarcasting.com/artifacts/org.webjars/bin-check/
implementation ("org.webjars:bin-check:0.1.5")
'org.webjars:bin-check:jar:0.1.5'
<dependency org="org.webjars" name="bin-check" rev="0.1.5">
<artifact name="bin-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bin-check', version='0.1.5')
)
libraryDependencies += "org.webjars" % "bin-check" % "0.1.5"
[org.webjars/bin-check "0.1.5"]