GroupId | GroupIdcom.linkedin.dagli |
---|---|
ArtifactId | ArtifactIdtuple |
Version | Version14.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
tuple-14.0.0-beta2.pom | |
tuple-14.0.0-beta2.jar | 132 KB |
tuple-14.0.0-beta2-sources.jar | 90 KB |
tuple-14.0.0-beta2-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/tuple/ -->
<dependency>
<groupId>com.linkedin.dagli</groupId>
<artifactId>tuple</artifactId>
<version>14.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.dagli/tuple/
implementation 'com.linkedin.dagli:tuple:14.0.0-beta2'
// https://jarcasting.com/artifacts/com.linkedin.dagli/tuple/
implementation ("com.linkedin.dagli:tuple:14.0.0-beta2")
'com.linkedin.dagli:tuple:jar:14.0.0-beta2'
<dependency org="com.linkedin.dagli" name="tuple" rev="14.0.0-beta2">
<artifact name="tuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.dagli', module='tuple', version='14.0.0-beta2')
)
libraryDependencies += "com.linkedin.dagli" % "tuple" % "14.0.0-beta2"
[com.linkedin.dagli/tuple "14.0.0-beta2"]