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