GroupId | GroupIdcom.seanshubin.http.values |
---|---|
ArtifactId | ArtifactIdhttp-values-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
http-values-parent-1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-parent/ -->
<dependency>
<groupId>com.seanshubin.http.values</groupId>
<artifactId>http-values-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-parent/
implementation 'com.seanshubin.http.values:http-values-parent:1.0'
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-parent/
implementation ("com.seanshubin.http.values:http-values-parent:1.0")
'com.seanshubin.http.values:http-values-parent:pom:1.0'
<dependency org="com.seanshubin.http.values" name="http-values-parent" rev="1.0">
<artifact name="http-values-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.http.values', module='http-values-parent', version='1.0')
)
libraryDependencies += "com.seanshubin.http.values" % "http-values-parent" % "1.0"
[com.seanshubin.http.values/http-values-parent "1.0"]