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