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