| Categories |
CategoriesGithub Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.github.praxissoftware.poms |
| ArtifactId | ArtifactIdcom.github.praxissoftware.poms.testing |
| Version | Version1.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| com.github.praxissoftware.poms.testing-1.7.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.testing/ -->
<dependency>
<groupId>com.github.praxissoftware.poms</groupId>
<artifactId>com.github.praxissoftware.poms.testing</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.testing/
implementation 'com.github.praxissoftware.poms:com.github.praxissoftware.poms.testing:1.7.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.poms/com.github.praxissoftware.poms.testing/
implementation ("com.github.praxissoftware.poms:com.github.praxissoftware.poms.testing:1.7.0")
'com.github.praxissoftware.poms:com.github.praxissoftware.poms.testing:pom:1.7.0'
<dependency org="com.github.praxissoftware.poms" name="com.github.praxissoftware.poms.testing" rev="1.7.0">
<artifact name="com.github.praxissoftware.poms.testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.poms', module='com.github.praxissoftware.poms.testing', version='1.7.0')
)
libraryDependencies += "com.github.praxissoftware.poms" % "com.github.praxissoftware.poms.testing" % "1.7.0"
[com.github.praxissoftware.poms/com.github.praxissoftware.poms.testing "1.7.0"]