| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdpi |
| Version | Version746.2.533.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pi-746.2.533.0.pom | |
| pi-746.2.533.0.jar | 5 KB |
| pi-746.2.533.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/pi/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>pi</artifactId>
<version>746.2.533.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/pi/
implementation 'com.cognitect.aws:pi:746.2.533.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/pi/
implementation ("com.cognitect.aws:pi:746.2.533.0")
'com.cognitect.aws:pi:jar:746.2.533.0'
<dependency org="com.cognitect.aws" name="pi" rev="746.2.533.0">
<artifact name="pi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='pi', version='746.2.533.0')
)
libraryDependencies += "com.cognitect.aws" % "pi" % "746.2.533.0"
[com.cognitect.aws/pi "746.2.533.0"]