Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.hswebframework.web |
ArtifactId | ArtifactIdhsweb-system-datasource-api |
Version | Version3.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-datasource-api/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-system-datasource-api</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-datasource-api/
implementation 'org.hswebframework.web:hsweb-system-datasource-api:3.0.3'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-datasource-api/
implementation ("org.hswebframework.web:hsweb-system-datasource-api:3.0.3")
'org.hswebframework.web:hsweb-system-datasource-api:jar:3.0.3'
<dependency org="org.hswebframework.web" name="hsweb-system-datasource-api" rev="3.0.3">
<artifact name="hsweb-system-datasource-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-system-datasource-api', version='3.0.3')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-system-datasource-api" % "3.0.3"
[org.hswebframework.web/hsweb-system-datasource-api "3.0.3"]