GroupId | GroupIdcom.xkcoding |
---|---|
ArtifactId | ArtifactIdsoap-it |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
soap-it-0.0.1.pom | |
soap-it-0.0.1.jar | 1 KB |
soap-it-0.0.1-tests.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xkcoding/soap-it/ -->
<dependency>
<groupId>com.xkcoding</groupId>
<artifactId>soap-it</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding/soap-it/
implementation 'com.xkcoding:soap-it:0.0.1'
// https://jarcasting.com/artifacts/com.xkcoding/soap-it/
implementation ("com.xkcoding:soap-it:0.0.1")
'com.xkcoding:soap-it:jar:0.0.1'
<dependency org="com.xkcoding" name="soap-it" rev="0.0.1">
<artifact name="soap-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding', module='soap-it', version='0.0.1')
)
libraryDependencies += "com.xkcoding" % "soap-it" % "0.0.1"
[com.xkcoding/soap-it "0.0.1"]