Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.ditto |
ArtifactId | ArtifactIdditto-services-models-base |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-services-models-base/ -->
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-services-models-base</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-services-models-base/
implementation 'org.eclipse.ditto:ditto-services-models-base:0.9.0'
// https://jarcasting.com/artifacts/org.eclipse.ditto/ditto-services-models-base/
implementation ("org.eclipse.ditto:ditto-services-models-base:0.9.0")
'org.eclipse.ditto:ditto-services-models-base:jar:0.9.0'
<dependency org="org.eclipse.ditto" name="ditto-services-models-base" rev="0.9.0">
<artifact name="ditto-services-models-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.ditto', module='ditto-services-models-base', version='0.9.0')
)
libraryDependencies += "org.eclipse.ditto" % "ditto-services-models-base" % "0.9.0"
[org.eclipse.ditto/ditto-services-models-base "0.9.0"]