| GroupId | GroupIdch.exense |
|---|---|
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version3.6.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description |
| Filename | Size |
|---|---|
| parent-3.6.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.exense/parent/ -->
<dependency>
<groupId>ch.exense</groupId>
<artifactId>parent</artifactId>
<version>3.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.exense/parent/
implementation 'ch.exense:parent:3.6.1'
// https://jarcasting.com/artifacts/ch.exense/parent/
implementation ("ch.exense:parent:3.6.1")
'ch.exense:parent:pom:3.6.1'
<dependency org="ch.exense" name="parent" rev="3.6.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.exense', module='parent', version='3.6.1')
)
libraryDependencies += "ch.exense" % "parent" % "3.6.1"
[ch.exense/parent "3.6.1"]