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