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