Categories |
CategoriesAnt Build Tools Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-palantir-blueprint |
Version | Version1.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-palantir-blueprint/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-palantir-blueprint</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-palantir-blueprint/
implementation 'org.webjars.npm:github-com-palantir-blueprint:1.16.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-palantir-blueprint/
implementation ("org.webjars.npm:github-com-palantir-blueprint:1.16.0")
'org.webjars.npm:github-com-palantir-blueprint:jar:1.16.0'
<dependency org="org.webjars.npm" name="github-com-palantir-blueprint" rev="1.16.0">
<artifact name="github-com-palantir-blueprint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-palantir-blueprint', version='1.16.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-palantir-blueprint" % "1.16.0"
[org.webjars.npm/github-com-palantir-blueprint "1.16.0"]