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