License |
License |
---|---|
GroupId | GroupIdcom.github.dsc-cmt |
ArtifactId | ArtifactIdextension |
Version | Version1.2 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
extension-1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dsc-cmt/extension/ -->
<dependency>
<groupId>com.github.dsc-cmt</groupId>
<artifactId>extension</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dsc-cmt/extension/
implementation 'com.github.dsc-cmt:extension:1.2'
// https://jarcasting.com/artifacts/com.github.dsc-cmt/extension/
implementation ("com.github.dsc-cmt:extension:1.2")
'com.github.dsc-cmt:extension:pom:1.2'
<dependency org="com.github.dsc-cmt" name="extension" rev="1.2">
<artifact name="extension" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dsc-cmt', module='extension', version='1.2')
)
libraryDependencies += "com.github.dsc-cmt" % "extension" % "1.2"
[com.github.dsc-cmt/extension "1.2"]