GroupId | GroupIdcom.brandwatch |
---|---|
ArtifactId | ArtifactIdrobots-core |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
robots-core-1.2.0.pom | |
robots-core-1.2.0.jar | 88 KB |
robots-core-1.2.0-sources.jar | 77 KB |
robots-core-1.2.0-javadoc.jar | 236 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brandwatch/robots-core/ -->
<dependency>
<groupId>com.brandwatch</groupId>
<artifactId>robots-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brandwatch/robots-core/
implementation 'com.brandwatch:robots-core:1.2.0'
// https://jarcasting.com/artifacts/com.brandwatch/robots-core/
implementation ("com.brandwatch:robots-core:1.2.0")
'com.brandwatch:robots-core:jar:1.2.0'
<dependency org="com.brandwatch" name="robots-core" rev="1.2.0">
<artifact name="robots-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brandwatch', module='robots-core', version='1.2.0')
)
libraryDependencies += "com.brandwatch" % "robots-core" % "1.2.0"
[com.brandwatch/robots-core "1.2.0"]