| GroupId | GroupIdorg.jbundle.util.webapp |
|---|---|
| ArtifactId | ArtifactIdjbundle-util-webapp-site |
| Version | Version1.3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbundle-util-webapp-site-1.3.4.pom | |
| jbundle-util-webapp-site-1.3.4.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jbundle.util.webapp/jbundle-util-webapp-site/ -->
<dependency>
<groupId>org.jbundle.util.webapp</groupId>
<artifactId>jbundle-util-webapp-site</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/jbundle-util-webapp-site/
implementation 'org.jbundle.util.webapp:jbundle-util-webapp-site:1.3.4'
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/jbundle-util-webapp-site/
implementation ("org.jbundle.util.webapp:jbundle-util-webapp-site:1.3.4")
'org.jbundle.util.webapp:jbundle-util-webapp-site:jar:1.3.4'
<dependency org="org.jbundle.util.webapp" name="jbundle-util-webapp-site" rev="1.3.4">
<artifact name="jbundle-util-webapp-site" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.util.webapp', module='jbundle-util-webapp-site', version='1.3.4')
)
libraryDependencies += "org.jbundle.util.webapp" % "jbundle-util-webapp-site" % "1.3.4"
[org.jbundle.util.webapp/jbundle-util-webapp-site "1.3.4"]