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