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