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