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