Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.guerlab.smart.platform |
ArtifactId | ArtifactIdsmart-platform-commons |
Version | Version0.3.0 |
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>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.smart.platform/smart-platform-commons/
implementation 'net.guerlab.smart.platform:smart-platform-commons:0.3.0'
// https://jarcasting.com/artifacts/net.guerlab.smart.platform/smart-platform-commons/
implementation ("net.guerlab.smart.platform:smart-platform-commons:0.3.0")
'net.guerlab.smart.platform:smart-platform-commons:jar:0.3.0'
<dependency org="net.guerlab.smart.platform" name="smart-platform-commons" rev="0.3.0">
<artifact name="smart-platform-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.smart.platform', module='smart-platform-commons', version='0.3.0')
)
libraryDependencies += "net.guerlab.smart.platform" % "smart-platform-commons" % "0.3.0"
[net.guerlab.smart.platform/smart-platform-commons "0.3.0"]