GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdquick-temp |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
quick-temp-0.1.0.pom | |
quick-temp-0.1.0.jar | 5 KB |
quick-temp-0.1.0-sources.jar | 22 bytes |
quick-temp-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/quick-temp/
implementation 'org.webjars.npm:quick-temp:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/quick-temp/
implementation ("org.webjars.npm:quick-temp:0.1.0")
'org.webjars.npm:quick-temp:jar:0.1.0'
<dependency org="org.webjars.npm" name="quick-temp" rev="0.1.0">
<artifact name="quick-temp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='quick-temp', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "quick-temp" % "0.1.0"
[org.webjars.npm/quick-temp "0.1.0"]