| GroupId | GroupIdcom.kerbaya |
|---|---|
| ArtifactId | ArtifactIdjse8-parent |
| Version | Version1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jse8-parent-1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kerbaya/jse8-parent/ -->
<dependency>
<groupId>com.kerbaya</groupId>
<artifactId>jse8-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kerbaya/jse8-parent/
implementation 'com.kerbaya:jse8-parent:1'
// https://jarcasting.com/artifacts/com.kerbaya/jse8-parent/
implementation ("com.kerbaya:jse8-parent:1")
'com.kerbaya:jse8-parent:pom:1'
<dependency org="com.kerbaya" name="jse8-parent" rev="1">
<artifact name="jse8-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kerbaya', module='jse8-parent', version='1')
)
libraryDependencies += "com.kerbaya" % "jse8-parent" % "1"
[com.kerbaya/jse8-parent "1"]