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