GroupId | GroupIdbr.com.ppm |
---|---|
ArtifactId | ArtifactIdppm-commons |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
ppm-commons-2.0.3.pom | |
ppm-commons-2.0.3.jar | 37 KB |
ppm-commons-2.0.3-sources.jar | 32 KB |
ppm-commons-2.0.3-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.ppm/ppm-commons/ -->
<dependency>
<groupId>br.com.ppm</groupId>
<artifactId>ppm-commons</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ppm/ppm-commons/
implementation 'br.com.ppm:ppm-commons:2.0.3'
// https://jarcasting.com/artifacts/br.com.ppm/ppm-commons/
implementation ("br.com.ppm:ppm-commons:2.0.3")
'br.com.ppm:ppm-commons:jar:2.0.3'
<dependency org="br.com.ppm" name="ppm-commons" rev="2.0.3">
<artifact name="ppm-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ppm', module='ppm-commons', version='2.0.3')
)
libraryDependencies += "br.com.ppm" % "ppm-commons" % "2.0.3"
[br.com.ppm/ppm-commons "2.0.3"]