Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.shiver-me-timbers |
ArtifactId | ArtifactIdsmt-webservice-stub-client |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-client/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-webservice-stub-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-client/
implementation 'com.github.shiver-me-timbers:smt-webservice-stub-client:1.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-client/
implementation ("com.github.shiver-me-timbers:smt-webservice-stub-client:1.0")
'com.github.shiver-me-timbers:smt-webservice-stub-client:jar:1.0'
<dependency org="com.github.shiver-me-timbers" name="smt-webservice-stub-client" rev="1.0">
<artifact name="smt-webservice-stub-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-webservice-stub-client', version='1.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-webservice-stub-client" % "1.0"
[com.github.shiver-me-timbers/smt-webservice-stub-client "1.0"]