| GroupId | GroupIdorg.jbundle.util.webapp |
|---|---|
| ArtifactId | ArtifactIdjbundle-util-webapp-site |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbundle-util-webapp-site-1.2.0.pom | |
| jbundle-util-webapp-site-1.2.0.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/jbundle-util-webapp-site/
implementation 'org.jbundle.util.webapp:jbundle-util-webapp-site:1.2.0'
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/jbundle-util-webapp-site/
implementation ("org.jbundle.util.webapp:jbundle-util-webapp-site:1.2.0")
'org.jbundle.util.webapp:jbundle-util-webapp-site:jar:1.2.0'
<dependency org="org.jbundle.util.webapp" name="jbundle-util-webapp-site" rev="1.2.0">
<artifact name="jbundle-util-webapp-site" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.util.webapp', module='jbundle-util-webapp-site', version='1.2.0')
)
libraryDependencies += "org.jbundle.util.webapp" % "jbundle-util-webapp-site" % "1.2.0"
[org.jbundle.util.webapp/jbundle-util-webapp-site "1.2.0"]