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