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