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