ObjectPath-webjar
Build a webjar for the ObjectPath library
ObjectPath - https://github.com/mike-marcacci/objectpath
More information about WebJars - http://www.webjars.org
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdobjectpath |
| Last Version | Last Version1.0.5-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionObjectPath
Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| objectpath-1.0.5-1.pom | |
| objectpath-1.0.5-1.jar | 5 KB |
| objectpath-1.0.5-1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/objectpath/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>objectpath</artifactId>
<version>1.0.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/objectpath/
implementation 'org.webjars:objectpath:1.0.5-1'
// https://jarcasting.com/artifacts/org.webjars/objectpath/
implementation ("org.webjars:objectpath:1.0.5-1")
'org.webjars:objectpath:jar:1.0.5-1'
<dependency org="org.webjars" name="objectpath" rev="1.0.5-1">
<artifact name="objectpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='objectpath', version='1.0.5-1')
)
libraryDependencies += "org.webjars" % "objectpath" % "1.0.5-1"
[org.webjars/objectpath "1.0.5-1"]
Build a webjar for the ObjectPath library
ObjectPath - https://github.com/mike-marcacci/objectpath
More information about WebJars - http://www.webjars.org