GroupId | GroupIdcom.microsoft.azure.cognitiveservices |
---|---|
ArtifactId | ArtifactIdazure-cognitiveservices-contentmoderator |
Version | Version0.0.1-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator/ -->
<dependency>
<groupId>com.microsoft.azure.cognitiveservices</groupId>
<artifactId>azure-cognitiveservices-contentmoderator</artifactId>
<version>0.0.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator/
implementation 'com.microsoft.azure.cognitiveservices:azure-cognitiveservices-contentmoderator:0.0.1-beta'
// https://jarcasting.com/artifacts/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator/
implementation ("com.microsoft.azure.cognitiveservices:azure-cognitiveservices-contentmoderator:0.0.1-beta")
'com.microsoft.azure.cognitiveservices:azure-cognitiveservices-contentmoderator:jar:0.0.1-beta'
<dependency org="com.microsoft.azure.cognitiveservices" name="azure-cognitiveservices-contentmoderator" rev="0.0.1-beta">
<artifact name="azure-cognitiveservices-contentmoderator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.cognitiveservices', module='azure-cognitiveservices-contentmoderator', version='0.0.1-beta')
)
libraryDependencies += "com.microsoft.azure.cognitiveservices" % "azure-cognitiveservices-contentmoderator" % "0.0.1-beta"
[com.microsoft.azure.cognitiveservices/azure-cognitiveservices-contentmoderator "0.0.1-beta"]