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