| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdgraphinius | 
| Version | Version0.4.6 | 
| Type | Typejar | 
| Description | Descriptiongraphinius WebJar for graphinius | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| graphinius-0.4.6.pom | |
| graphinius-0.4.6.jar | 557 KB | 
| graphinius-0.4.6-sources.jar | 22 bytes | 
| graphinius-0.4.6-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/graphinius/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>graphinius</artifactId>
    <version>0.4.6</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/graphinius/
implementation 'org.webjars.npm:graphinius:0.4.6'// https://jarcasting.com/artifacts/org.webjars.npm/graphinius/
implementation ("org.webjars.npm:graphinius:0.4.6")'org.webjars.npm:graphinius:jar:0.4.6'<dependency org="org.webjars.npm" name="graphinius" rev="0.4.6">
  <artifact name="graphinius" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='graphinius', version='0.4.6')
)libraryDependencies += "org.webjars.npm" % "graphinius" % "0.4.6"[org.webjars.npm/graphinius "0.4.6"]