License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.anrisoftware.globalpom |
ArtifactId | ArtifactIdglobalpom-groovy-parent |
Last Version | Last Version4.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlobal POM :: Groovy Modules POM
Declares all dependencies and all Maven plug-ins needed for a
Advanced Natural Research Institute software
project. It will declare the listed properties, add plug-in to deploy
source and test sources and deploy the project-tests with the project jar.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
globalpom-groovy-parent-4.6.2.pom | 8 KB |
globalpom-groovy-parent-4.6.2-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-parent/ -->
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpom-groovy-parent</artifactId>
<version>4.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-parent/
implementation 'com.anrisoftware.globalpom:globalpom-groovy-parent:4.6.2'
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-parent/
implementation ("com.anrisoftware.globalpom:globalpom-groovy-parent:4.6.2")
'com.anrisoftware.globalpom:globalpom-groovy-parent:jar:4.6.2'
<dependency org="com.anrisoftware.globalpom" name="globalpom-groovy-parent" rev="4.6.2">
<artifact name="globalpom-groovy-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.globalpom', module='globalpom-groovy-parent', version='4.6.2')
)
libraryDependencies += "com.anrisoftware.globalpom" % "globalpom-groovy-parent" % "4.6.2"
[com.anrisoftware.globalpom/globalpom-groovy-parent "4.6.2"]