GroupId | GroupIdorg.openimaj.tools |
---|---|
ArtifactId | ArtifactIdTwitterPreprocessingTool |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/TwitterPreprocessingTool/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>TwitterPreprocessingTool</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/TwitterPreprocessingTool/
implementation 'org.openimaj.tools:TwitterPreprocessingTool:1.3'
// https://jarcasting.com/artifacts/org.openimaj.tools/TwitterPreprocessingTool/
implementation ("org.openimaj.tools:TwitterPreprocessingTool:1.3")
'org.openimaj.tools:TwitterPreprocessingTool:jar:1.3'
<dependency org="org.openimaj.tools" name="TwitterPreprocessingTool" rev="1.3">
<artifact name="TwitterPreprocessingTool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='TwitterPreprocessingTool', version='1.3')
)
libraryDependencies += "org.openimaj.tools" % "TwitterPreprocessingTool" % "1.3"
[org.openimaj.tools/TwitterPreprocessingTool "1.3"]