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