Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdde.agilecoders.maven |
ArtifactId | ArtifactIdmaven-parent-config |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-parent-config-0.3.0.pom | |
maven-parent-config-0.3.0.jar | 5 KB |
maven-parent-config-0.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent-config/
implementation 'de.agilecoders.maven:maven-parent-config:0.3.0'
// https://jarcasting.com/artifacts/de.agilecoders.maven/maven-parent-config/
implementation ("de.agilecoders.maven:maven-parent-config:0.3.0")
'de.agilecoders.maven:maven-parent-config:jar:0.3.0'
<dependency org="de.agilecoders.maven" name="maven-parent-config" rev="0.3.0">
<artifact name="maven-parent-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.maven', module='maven-parent-config', version='0.3.0')
)
libraryDependencies += "de.agilecoders.maven" % "maven-parent-config" % "0.3.0"
[de.agilecoders.maven/maven-parent-config "0.3.0"]