| License |
License |
|---|---|
| Categories |
CategoriesGithub Development Tools Version Controls |
| GroupId | GroupIdcom.github.praxissoftware.poms |
| ArtifactId | ArtifactIdcom.github.praxissoftware.poms.commons |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPraxis Software - POMs - Commons
This reactor builds a set of POMs for use as import-scoped dependency managers.
|
| Filename | Size |
|---|---|
| com.github.praxissoftware.poms.commons-2.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.commons/ -->
<dependency>
<groupId>com.github.praxissoftware.poms</groupId>
<artifactId>com.github.praxissoftware.poms.commons</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.commons/
implementation 'com.github.praxissoftware.poms:com.github.praxissoftware.poms.commons:2.0.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.commons/
implementation ("com.github.praxissoftware.poms:com.github.praxissoftware.poms.commons:2.0.0")
'com.github.praxissoftware.poms:com.github.praxissoftware.poms.commons:pom:2.0.0'
<dependency org="com.github.praxissoftware.poms" name="com.github.praxissoftware.poms.commons" rev="2.0.0">
<artifact name="com.github.praxissoftware.poms.commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.poms', module='com.github.praxissoftware.poms.commons', version='2.0.0')
)
libraryDependencies += "com.github.praxissoftware.poms" % "com.github.praxissoftware.poms.commons" % "2.0.0"
[com.github.praxissoftware.poms/com.github.praxissoftware.poms.commons "2.0.0"]