Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.guerlab.smart.article |
ArtifactId | ArtifactIdsmart-article-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
smart-article-core-1.0.1.pom | |
smart-article-core-1.0.1.jar | 16 KB |
smart-article-core-1.0.1-sources.jar | 11 KB |
smart-article-core-1.0.1-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.guerlab.smart.article/smart-article-core/ -->
<dependency>
<groupId>net.guerlab.smart.article</groupId>
<artifactId>smart-article-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.smart.article/smart-article-core/
implementation 'net.guerlab.smart.article:smart-article-core:1.0.1'
// https://jarcasting.com/artifacts/net.guerlab.smart.article/smart-article-core/
implementation ("net.guerlab.smart.article:smart-article-core:1.0.1")
'net.guerlab.smart.article:smart-article-core:jar:1.0.1'
<dependency org="net.guerlab.smart.article" name="smart-article-core" rev="1.0.1">
<artifact name="smart-article-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.smart.article', module='smart-article-core', version='1.0.1')
)
libraryDependencies += "net.guerlab.smart.article" % "smart-article-core" % "1.0.1"
[net.guerlab.smart.article/smart-article-core "1.0.1"]