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