Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.guerlab.smart.platform |
ArtifactId | ArtifactIdsmart-platform-server-openapi |
Version | Version21.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.guerlab.smart.platform/smart-platform-server-openapi/ -->
<dependency>
<groupId>net.guerlab.smart.platform</groupId>
<artifactId>smart-platform-server-openapi</artifactId>
<version>21.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.smart.platform/smart-platform-server-openapi/
implementation 'net.guerlab.smart.platform:smart-platform-server-openapi:21.2.0'
// https://jarcasting.com/artifacts/net.guerlab.smart.platform/smart-platform-server-openapi/
implementation ("net.guerlab.smart.platform:smart-platform-server-openapi:21.2.0")
'net.guerlab.smart.platform:smart-platform-server-openapi:jar:21.2.0'
<dependency org="net.guerlab.smart.platform" name="smart-platform-server-openapi" rev="21.2.0">
<artifact name="smart-platform-server-openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.smart.platform', module='smart-platform-server-openapi', version='21.2.0')
)
libraryDependencies += "net.guerlab.smart.platform" % "smart-platform-server-openapi" % "21.2.0"
[net.guerlab.smart.platform/smart-platform-server-openapi "21.2.0"]