GroupId | GroupIdcom.github.tomtom-international.james |
---|---|
ArtifactId | ArtifactIdjames-controller-webservice-api |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tomtom-international.james/james-controller-webservice-api/ -->
<dependency>
<groupId>com.github.tomtom-international.james</groupId>
<artifactId>james-controller-webservice-api</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtom-international.james/james-controller-webservice-api/
implementation 'com.github.tomtom-international.james:james-controller-webservice-api:1.1.3'
// https://jarcasting.com/artifacts/com.github.tomtom-international.james/james-controller-webservice-api/
implementation ("com.github.tomtom-international.james:james-controller-webservice-api:1.1.3")
'com.github.tomtom-international.james:james-controller-webservice-api:jar:1.1.3'
<dependency org="com.github.tomtom-international.james" name="james-controller-webservice-api" rev="1.1.3">
<artifact name="james-controller-webservice-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtom-international.james', module='james-controller-webservice-api', version='1.1.3')
)
libraryDependencies += "com.github.tomtom-international.james" % "james-controller-webservice-api" % "1.1.3"
[com.github.tomtom-international.james/james-controller-webservice-api "1.1.3"]