| GroupId | GroupIdcom.github.shiver-me-timbers |
|---|---|
| ArtifactId | ArtifactIdsmt-webservice-stub-parent |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| smt-webservice-stub-parent-1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-parent/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-webservice-stub-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-parent/
implementation 'com.github.shiver-me-timbers:smt-webservice-stub-parent:1.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-webservice-stub-parent/
implementation ("com.github.shiver-me-timbers:smt-webservice-stub-parent:1.0")
'com.github.shiver-me-timbers:smt-webservice-stub-parent:pom:1.0'
<dependency org="com.github.shiver-me-timbers" name="smt-webservice-stub-parent" rev="1.0">
<artifact name="smt-webservice-stub-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-webservice-stub-parent', version='1.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-webservice-stub-parent" % "1.0"
[com.github.shiver-me-timbers/smt-webservice-stub-parent "1.0"]