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