| License |
License |
|---|---|
| Categories |
CategoriesConfiguration Application Layer Libs config |
| GroupId | GroupIdio.bitbucket.tomwnorton |
| ArtifactId | ArtifactIdcommon-configuration |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCommon Configuration for Maven Projects
Parent maven project that pre-configures plugins and dependencies that I use on every maven project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-configuration-1.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/common-configuration/ -->
<dependency>
<groupId>io.bitbucket.tomwnorton</groupId>
<artifactId>common-configuration</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/common-configuration/
implementation 'io.bitbucket.tomwnorton:common-configuration:1.0'
// https://jarcasting.com/artifacts/io.bitbucket.tomwnorton/common-configuration/
implementation ("io.bitbucket.tomwnorton:common-configuration:1.0")
'io.bitbucket.tomwnorton:common-configuration:pom:1.0'
<dependency org="io.bitbucket.tomwnorton" name="common-configuration" rev="1.0">
<artifact name="common-configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.tomwnorton', module='common-configuration', version='1.0')
)
libraryDependencies += "io.bitbucket.tomwnorton" % "common-configuration" % "1.0"
[io.bitbucket.tomwnorton/common-configuration "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
| org.assertj : assertj-core | jar | 3.10.0 |