| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdanchorme | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionanchorme WebJar for anchorme | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| anchorme-1.1.2.pom | |
| anchorme-1.1.2.jar | 21 KB | 
| anchorme-1.1.2-sources.jar | 22 bytes | 
| anchorme-1.1.2-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/anchorme/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>anchorme</artifactId>
    <version>1.1.2</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/anchorme/
implementation 'org.webjars.npm:anchorme:1.1.2'// https://jarcasting.com/artifacts/org.webjars.npm/anchorme/
implementation ("org.webjars.npm:anchorme:1.1.2")'org.webjars.npm:anchorme:jar:1.1.2'<dependency org="org.webjars.npm" name="anchorme" rev="1.1.2">
  <artifact name="anchorme" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='anchorme', version='1.1.2')
)libraryDependencies += "org.webjars.npm" % "anchorme" % "1.1.2"[org.webjars.npm/anchorme "1.1.2"]