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