Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.manydesigns |
ArtifactId | ArtifactIdportofino-database |
Version | Version4.2 |
Type | Typejar |
Filename | Size |
---|---|
portofino-database-4.2.pom | |
portofino-database-4.2.jar | 150 KB |
portofino-database-4.2-sources.jar | 106 KB |
portofino-database-4.2-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino-database/ -->
<dependency>
<groupId>com.manydesigns</groupId>
<artifactId>portofino-database</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino-database/
implementation 'com.manydesigns:portofino-database:4.2'
// https://jarcasting.com/artifacts/com.manydesigns/portofino-database/
implementation ("com.manydesigns:portofino-database:4.2")
'com.manydesigns:portofino-database:jar:4.2'
<dependency org="com.manydesigns" name="portofino-database" rev="4.2">
<artifact name="portofino-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino-database', version='4.2')
)
libraryDependencies += "com.manydesigns" % "portofino-database" % "4.2"
[com.manydesigns/portofino-database "4.2"]