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