| License |
License |
|---|---|
| GroupId | GroupIdcom.coroptis |
| ArtifactId | ArtifactIdbase-pom |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionbase pom
This is base pom defining common attributes for public projects.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationCoroptis |
| Filename | Size |
|---|---|
| base-pom-1.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.coroptis/base-pom/ -->
<dependency>
<groupId>com.coroptis</groupId>
<artifactId>base-pom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coroptis/base-pom/
implementation 'com.coroptis:base-pom:1.0.0'
// https://jarcasting.com/artifacts/com.coroptis/base-pom/
implementation ("com.coroptis:base-pom:1.0.0")
'com.coroptis:base-pom:pom:1.0.0'
<dependency org="com.coroptis" name="base-pom" rev="1.0.0">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coroptis', module='base-pom', version='1.0.0')
)
libraryDependencies += "com.coroptis" % "base-pom" % "1.0.0"
[com.coroptis/base-pom "1.0.0"]