| GroupId | GroupIdcom.ovea.tajin |
|---|---|
| ArtifactId | ArtifactIdtajin-pom |
| Version | Version2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tajin-pom-2.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ovea.tajin/tajin-pom/ -->
<dependency>
<groupId>com.ovea.tajin</groupId>
<artifactId>tajin-pom</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ovea.tajin/tajin-pom/
implementation 'com.ovea.tajin:tajin-pom:2'
// https://jarcasting.com/artifacts/com.ovea.tajin/tajin-pom/
implementation ("com.ovea.tajin:tajin-pom:2")
'com.ovea.tajin:tajin-pom:pom:2'
<dependency org="com.ovea.tajin" name="tajin-pom" rev="2">
<artifact name="tajin-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin', module='tajin-pom', version='2')
)
libraryDependencies += "com.ovea.tajin" % "tajin-pom" % "2"
[com.ovea.tajin/tajin-pom "2"]