| GroupId | GroupIdorg.seedstack.poms |
|---|---|
| ArtifactId | ArtifactIdpoms |
| Version | Version3.4.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| poms-3.4.6.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.poms/poms/ -->
<dependency>
<groupId>org.seedstack.poms</groupId>
<artifactId>poms</artifactId>
<version>3.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.poms/poms/
implementation 'org.seedstack.poms:poms:3.4.6'
// https://jarcasting.com/artifacts/org.seedstack.poms/poms/
implementation ("org.seedstack.poms:poms:3.4.6")
'org.seedstack.poms:poms:pom:3.4.6'
<dependency org="org.seedstack.poms" name="poms" rev="3.4.6">
<artifact name="poms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.poms', module='poms', version='3.4.6')
)
libraryDependencies += "org.seedstack.poms" % "poms" % "3.4.6"
[org.seedstack.poms/poms "3.4.6"]