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