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