Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.pytheas |
ArtifactId | ArtifactIdpytheas-api |
Version | Version1.29.0 |
Type | Typejar |
Filename | Size |
---|---|
pytheas-api-1.29.0.pom | |
pytheas-api-1.29.0.jar | 13 KB |
pytheas-api-1.29.0-sources.jar | 16 KB |
pytheas-api-1.29.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-api/ -->
<dependency>
<groupId>com.netflix.pytheas</groupId>
<artifactId>pytheas-api</artifactId>
<version>1.29.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-api/
implementation 'com.netflix.pytheas:pytheas-api:1.29.0'
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-api/
implementation ("com.netflix.pytheas:pytheas-api:1.29.0")
'com.netflix.pytheas:pytheas-api:jar:1.29.0'
<dependency org="com.netflix.pytheas" name="pytheas-api" rev="1.29.0">
<artifact name="pytheas-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.pytheas', module='pytheas-api', version='1.29.0')
)
libraryDependencies += "com.netflix.pytheas" % "pytheas-api" % "1.29.0"
[com.netflix.pytheas/pytheas-api "1.29.0"]