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