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