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