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