License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.anrisoftware.globalpom |
ArtifactId | ArtifactIdglobalpom-groovy-base |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlobal POM :: Groovy Base
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-base-4.4.0.pom | 5 KB |
globalpom-groovy-base-4.4.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-base/ -->
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpom-groovy-base</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-base/
implementation 'com.anrisoftware.globalpom:globalpom-groovy-base:4.4.0'
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-groovy-base/
implementation ("com.anrisoftware.globalpom:globalpom-groovy-base:4.4.0")
'com.anrisoftware.globalpom:globalpom-groovy-base:jar:4.4.0'
<dependency org="com.anrisoftware.globalpom" name="globalpom-groovy-base" rev="4.4.0">
<artifact name="globalpom-groovy-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.globalpom', module='globalpom-groovy-base', version='4.4.0')
)
libraryDependencies += "com.anrisoftware.globalpom" % "globalpom-groovy-base" % "4.4.0"
[com.anrisoftware.globalpom/globalpom-groovy-base "4.4.0"]