| GroupId | GroupIdcom.manydesigns |
|---|---|
| ArtifactId | ArtifactIdportofino-map |
| Version | Version4.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| portofino-map-4.2.5.pom | |
| portofino-map-4.2.5.jar | 25 KB |
| portofino-map-4.2.5-sources.jar | 16 KB |
| portofino-map-4.2.5-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino-map/ -->
<dependency>
<groupId>com.manydesigns</groupId>
<artifactId>portofino-map</artifactId>
<version>4.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino-map/
implementation 'com.manydesigns:portofino-map:4.2.5'
// https://jarcasting.com/artifacts/com.manydesigns/portofino-map/
implementation ("com.manydesigns:portofino-map:4.2.5")
'com.manydesigns:portofino-map:jar:4.2.5'
<dependency org="com.manydesigns" name="portofino-map" rev="4.2.5">
<artifact name="portofino-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino-map', version='4.2.5')
)
libraryDependencies += "com.manydesigns" % "portofino-map" % "4.2.5"
[com.manydesigns/portofino-map "4.2.5"]