Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-digicorp-propeller |
Version | Version0.1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-digicorp-propeller/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-digicorp-propeller</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-digicorp-propeller/
implementation 'org.webjars.npm:github-com-digicorp-propeller:0.1.10'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-digicorp-propeller/
implementation ("org.webjars.npm:github-com-digicorp-propeller:0.1.10")
'org.webjars.npm:github-com-digicorp-propeller:jar:0.1.10'
<dependency org="org.webjars.npm" name="github-com-digicorp-propeller" rev="0.1.10">
<artifact name="github-com-digicorp-propeller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-digicorp-propeller', version='0.1.10')
)
libraryDependencies += "org.webjars.npm" % "github-com-digicorp-propeller" % "0.1.10"
[org.webjars.npm/github-com-digicorp-propeller "0.1.10"]