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