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