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