GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.webservice |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.webservice/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.webservice</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.webservice/
implementation 'org.tinygroup:org.tinygroup.webservice:3.1.1'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.webservice/
implementation ("org.tinygroup:org.tinygroup.webservice:3.1.1")
'org.tinygroup:org.tinygroup.webservice:jar:3.1.1'
<dependency org="org.tinygroup" name="org.tinygroup.webservice" rev="3.1.1">
<artifact name="org.tinygroup.webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.webservice', version='3.1.1')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.webservice" % "3.1.1"
[org.tinygroup/org.tinygroup.webservice "3.1.1"]