| License |
License |
|---|---|
| GroupId | GroupIdcom.wassilak |
| ArtifactId | ArtifactIdparent-generic |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent-generic
A Parent POM for generic Java projects.
|
| Filename | Size |
|---|---|
| parent-generic-1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wassilak/parent-generic/ -->
<dependency>
<groupId>com.wassilak</groupId>
<artifactId>parent-generic</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wassilak/parent-generic/
implementation 'com.wassilak:parent-generic:1.0'
// https://jarcasting.com/artifacts/com.wassilak/parent-generic/
implementation ("com.wassilak:parent-generic:1.0")
'com.wassilak:parent-generic:pom:1.0'
<dependency org="com.wassilak" name="parent-generic" rev="1.0">
<artifact name="parent-generic" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wassilak', module='parent-generic', version='1.0')
)
libraryDependencies += "com.wassilak" % "parent-generic" % "1.0"
[com.wassilak/parent-generic "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |