Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdmap-key |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
map-key-0.1.4.pom | |
map-key-0.1.4.jar | 3 KB |
map-key-0.1.4-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/map-key/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>map-key</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/map-key/
implementation 'org.webjars:map-key:0.1.4'
// https://jarcasting.com/artifacts/org.webjars/map-key/
implementation ("org.webjars:map-key:0.1.4")
'org.webjars:map-key:jar:0.1.4'
<dependency org="org.webjars" name="map-key" rev="0.1.4">
<artifact name="map-key" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='map-key', version='0.1.4')
)
libraryDependencies += "org.webjars" % "map-key" % "0.1.4"
[org.webjars/map-key "0.1.4"]