License |
License |
---|---|
GroupId | GroupIdcom.alanbuttars.commons |
ArtifactId | ArtifactIdcommons-parent |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptioncommons-parent
The Commons Parent POM provides common settings for all Commons components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-parent-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-parent/ -->
<dependency>
<groupId>com.alanbuttars.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-parent/
implementation 'com.alanbuttars.commons:commons-parent:1.0'
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-parent/
implementation ("com.alanbuttars.commons:commons-parent:1.0")
'com.alanbuttars.commons:commons-parent:pom:1.0'
<dependency org="com.alanbuttars.commons" name="commons-parent" rev="1.0">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alanbuttars.commons', module='commons-parent', version='1.0')
)
libraryDependencies += "com.alanbuttars.commons" % "commons-parent" % "1.0"
[com.alanbuttars.commons/commons-parent "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.6 |
org.powermock : powermock-api-mockito | jar | 1.6.6 |