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