GroupId | GroupIdcom.phloc |
---|---|
ArtifactId | ArtifactIdphloc-web |
Version | Version5.5.4 |
Type | Typejar |
Filename | Size |
---|---|
phloc-web-5.5.4.pom | -1 bytes |
phloc-web-5.5.4-test-sources.jar | 86 KB |
phloc-web-5.5.4-sources.jar | 405 KB |
phloc-web-5.5.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.phloc/phloc-web/ -->
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-web</artifactId>
<version>5.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.phloc/phloc-web/
implementation 'com.phloc:phloc-web:5.5.4'
// https://jarcasting.com/artifacts/com.phloc/phloc-web/
implementation ("com.phloc:phloc-web:5.5.4")
'com.phloc:phloc-web:jar:5.5.4'
<dependency org="com.phloc" name="phloc-web" rev="5.5.4">
<artifact name="phloc-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.phloc', module='phloc-web', version='5.5.4')
)
libraryDependencies += "com.phloc" % "phloc-web" % "5.5.4"
[com.phloc/phloc-web "5.5.4"]