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