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