License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.smartcosmos.extension |
ArtifactId | ArtifactIdsmartcosmos-extension-starter |
Version | Version2.14.0 |
Type | Typepom |
Description |
DescriptionSMART COSMOS Extension Starter
This POM file forms the foundation of all POM files that are specific to JAVA packaging.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
smartcosmos-extension-starter-2.14.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smartcosmos.extension/smartcosmos-extension-starter/ -->
<dependency>
<groupId>net.smartcosmos.extension</groupId>
<artifactId>smartcosmos-extension-starter</artifactId>
<version>2.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos.extension/smartcosmos-extension-starter/
implementation 'net.smartcosmos.extension:smartcosmos-extension-starter:2.14.0'
// https://jarcasting.com/artifacts/net.smartcosmos.extension/smartcosmos-extension-starter/
implementation ("net.smartcosmos.extension:smartcosmos-extension-starter:2.14.0")
'net.smartcosmos.extension:smartcosmos-extension-starter:pom:2.14.0'
<dependency org="net.smartcosmos.extension" name="smartcosmos-extension-starter" rev="2.14.0">
<artifact name="smartcosmos-extension-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos.extension', module='smartcosmos-extension-starter', version='2.14.0')
)
libraryDependencies += "net.smartcosmos.extension" % "smartcosmos-extension-starter" % "2.14.0"
[net.smartcosmos.extension/smartcosmos-extension-starter "2.14.0"]