Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.smartcosmos |
ArtifactId | ArtifactIdsmartcosmos-core |
Version | Version2.10.13 |
Type | Typejar |
Filename | Size |
---|---|
smartcosmos-core-2.10.13.pom | |
smartcosmos-core-2.10.13.jar | 129 KB |
smartcosmos-core-2.10.13-sources.jar | 141 KB |
smartcosmos-core-2.10.13-javadoc.jar | 914 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-core/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-core</artifactId>
<version>2.10.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-core/
implementation 'net.smartcosmos:smartcosmos-core:2.10.13'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-core/
implementation ("net.smartcosmos:smartcosmos-core:2.10.13")
'net.smartcosmos:smartcosmos-core:jar:2.10.13'
<dependency org="net.smartcosmos" name="smartcosmos-core" rev="2.10.13">
<artifact name="smartcosmos-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-core', version='2.10.13')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-core" % "2.10.13"
[net.smartcosmos/smartcosmos-core "2.10.13"]