GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsimple-get |
Version | Version2.8.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-get-2.8.1.pom | |
simple-get-2.8.1.jar | 7 KB |
simple-get-2.8.1-sources.jar | 22 bytes |
simple-get-2.8.1-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>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/simple-get/
implementation 'org.webjars.npm:simple-get:2.8.1'
// https://jarcasting.com/artifacts/org.webjars.npm/simple-get/
implementation ("org.webjars.npm:simple-get:2.8.1")
'org.webjars.npm:simple-get:jar:2.8.1'
<dependency org="org.webjars.npm" name="simple-get" rev="2.8.1">
<artifact name="simple-get" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='simple-get', version='2.8.1')
)
libraryDependencies += "org.webjars.npm" % "simple-get" % "2.8.1"
[org.webjars.npm/simple-get "2.8.1"]