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