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