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