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