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