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