| License |
License |
|---|---|
| GroupId | GroupIdcom.kerbaya |
| ArtifactId | ArtifactIdjee8-parent |
| Version | Version2 |
| Type | Typepom |
| Description |
DescriptionKerbaya Java EE 8 Parent
Parent for Kerbaya Java EE 8 artifacts
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jee8-parent-2.pom | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kerbaya/jee8-parent/ -->
<dependency>
<groupId>com.kerbaya</groupId>
<artifactId>jee8-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kerbaya/jee8-parent/
implementation 'com.kerbaya:jee8-parent:2'
// https://jarcasting.com/artifacts/com.kerbaya/jee8-parent/
implementation ("com.kerbaya:jee8-parent:2")
'com.kerbaya:jee8-parent:pom:2'
<dependency org="com.kerbaya" name="jee8-parent" rev="2">
<artifact name="jee8-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kerbaya', module='jee8-parent', version='2')
)
libraryDependencies += "com.kerbaya" % "jee8-parent" % "2"
[com.kerbaya/jee8-parent "2"]