GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-frontend2 |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
http-frontend2-2.0.3.pom | |
http-frontend2-2.0.3.jar | 48 KB |
http-frontend2-2.0.3-sources.jar | 24 KB |
http-frontend2-2.0.3-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-frontend2/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-frontend2</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-frontend2/
implementation 'org.webpieces:http-frontend2:2.0.3'
// https://jarcasting.com/artifacts/org.webpieces/http-frontend2/
implementation ("org.webpieces:http-frontend2:2.0.3")
'org.webpieces:http-frontend2:jar:2.0.3'
<dependency org="org.webpieces" name="http-frontend2" rev="2.0.3">
<artifact name="http-frontend2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-frontend2', version='2.0.3')
)
libraryDependencies += "org.webpieces" % "http-frontend2" % "2.0.3"
[org.webpieces/http-frontend2 "2.0.3"]