GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstring-template |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
string-template-0.2.1.pom | |
string-template-0.2.1.jar | 7 KB |
string-template-0.2.1-sources.jar | 22 bytes |
string-template-0.2.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/string-template/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>string-template</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/string-template/
implementation 'org.webjars.npm:string-template:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/string-template/
implementation ("org.webjars.npm:string-template:0.2.1")
'org.webjars.npm:string-template:jar:0.2.1'
<dependency org="org.webjars.npm" name="string-template" rev="0.2.1">
<artifact name="string-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='string-template', version='0.2.1')
)
libraryDependencies += "org.webjars.npm" % "string-template" % "0.2.1"
[org.webjars.npm/string-template "0.2.1"]