GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIddot-prop |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dot-prop-4.2.0.pom | |
dot-prop-4.2.0.jar | 5 KB |
dot-prop-4.2.0-sources.jar | 22 bytes |
dot-prop-4.2.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>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/dot-prop/
implementation 'org.webjars.npm:dot-prop:4.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/dot-prop/
implementation ("org.webjars.npm:dot-prop:4.2.0")
'org.webjars.npm:dot-prop:jar:4.2.0'
<dependency org="org.webjars.npm" name="dot-prop" rev="4.2.0">
<artifact name="dot-prop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='dot-prop', version='4.2.0')
)
libraryDependencies += "org.webjars.npm" % "dot-prop" % "4.2.0"
[org.webjars.npm/dot-prop "4.2.0"]