Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdde.agilecoders.maven |
ArtifactId | ArtifactIdmaven-parent-config |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparent pom for all AgileCoders projects
|
Project Organization |
Project OrganizationAgileCoders |
Filename | Size |
---|---|
maven-parent-config-0.3.5.pom | |
maven-parent-config-0.3.5.jar | 5 KB |
maven-parent-config-0.3.5-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent-config/ -->
<dependency>
<groupId>de.agilecoders.maven</groupId>
<artifactId>maven-parent-config</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent-config/
implementation 'de.agilecoders.maven:maven-parent-config:0.3.5'
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent-config/
implementation ("de.agilecoders.maven:maven-parent-config:0.3.5")
'de.agilecoders.maven:maven-parent-config:jar:0.3.5'
<dependency org="de.agilecoders.maven" name="maven-parent-config" rev="0.3.5">
<artifact name="maven-parent-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.maven', module='maven-parent-config', version='0.3.5')
)
libraryDependencies += "de.agilecoders.maven" % "maven-parent-config" % "0.3.5"
[de.agilecoders.maven/maven-parent-config "0.3.5"]