| GroupId | GroupIdcom.finmatics.et |
|---|---|
| ArtifactId | ArtifactIdet-parent-pom |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| et-parent-pom-0.1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.finmatics.et/et-parent-pom/ -->
<dependency>
<groupId>com.finmatics.et</groupId>
<artifactId>et-parent-pom</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.finmatics.et/et-parent-pom/
implementation 'com.finmatics.et:et-parent-pom:0.1.0'
// https://jarcasting.com/artifacts/com.finmatics.et/et-parent-pom/
implementation ("com.finmatics.et:et-parent-pom:0.1.0")
'com.finmatics.et:et-parent-pom:pom:0.1.0'
<dependency org="com.finmatics.et" name="et-parent-pom" rev="0.1.0">
<artifact name="et-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.finmatics.et', module='et-parent-pom', version='0.1.0')
)
libraryDependencies += "com.finmatics.et" % "et-parent-pom" % "0.1.0"
[com.finmatics.et/et-parent-pom "0.1.0"]