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