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