License |
License |
---|---|
GroupId | GroupIdcom.anrisoftware.globalpom |
ArtifactId | ArtifactIdglobalpom-parent |
Version | Version4.6.1 |
Type | Typejar |
Description |
DescriptionGlobal POM :: Parent
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-parent-4.6.1.pom | 85 KB |
globalpom-parent-4.6.1-tests.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/ -->
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpom-parent</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/
implementation 'com.anrisoftware.globalpom:globalpom-parent:4.6.1'
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/
implementation ("com.anrisoftware.globalpom:globalpom-parent:4.6.1")
'com.anrisoftware.globalpom:globalpom-parent:jar:4.6.1'
<dependency org="com.anrisoftware.globalpom" name="globalpom-parent" rev="4.6.1">
<artifact name="globalpom-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.globalpom', module='globalpom-parent', version='4.6.1')
)
libraryDependencies += "com.anrisoftware.globalpom" % "globalpom-parent" % "4.6.1"
[com.anrisoftware.globalpom/globalpom-parent "4.6.1"]