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