GroupId | GroupIdcom.manydesigns |
---|---|
ArtifactId | ArtifactIdportofino-theme |
Version | Version4.1.1 |
Type | Typejar |
Filename | Size |
---|---|
portofino-theme-4.1.1.pom | |
portofino-theme-4.1.1.jar | 2 MB |
portofino-theme-4.1.1-sources.jar | 2 MB |
portofino-theme-4.1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino-theme/
implementation 'com.manydesigns:portofino-theme:4.1.1'
// https://jarcasting.com/artifacts/com.manydesigns/portofino-theme/
implementation ("com.manydesigns:portofino-theme:4.1.1")
'com.manydesigns:portofino-theme:jar:4.1.1'
<dependency org="com.manydesigns" name="portofino-theme" rev="4.1.1">
<artifact name="portofino-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino-theme', version='4.1.1')
)
libraryDependencies += "com.manydesigns" % "portofino-theme" % "4.1.1"
[com.manydesigns/portofino-theme "4.1.1"]