GroupId | GroupIdcom.manorrock.ocelot |
---|---|
ArtifactId | ArtifactIdocelot-webapp |
Version | Version21.4.4 |
Type | Typewar |
Filename | Size |
---|---|
ocelot-webapp-21.4.4.pom | |
ocelot-webapp-21.4.4.war | 5 MB |
ocelot-webapp-21.4.4-sources.jar | 3 KB |
ocelot-webapp-21.4.4-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/ -->
<dependency>
<groupId>com.manorrock.ocelot</groupId>
<artifactId>ocelot-webapp</artifactId>
<version>21.4.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/
implementation 'com.manorrock.ocelot:ocelot-webapp:21.4.4'
// https://jarcasting.com/artifacts/com.manorrock.ocelot/ocelot-webapp/
implementation ("com.manorrock.ocelot:ocelot-webapp:21.4.4")
'com.manorrock.ocelot:ocelot-webapp:war:21.4.4'
<dependency org="com.manorrock.ocelot" name="ocelot-webapp" rev="21.4.4">
<artifact name="ocelot-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.manorrock.ocelot', module='ocelot-webapp', version='21.4.4')
)
libraryDependencies += "com.manorrock.ocelot" % "ocelot-webapp" % "21.4.4"
[com.manorrock.ocelot/ocelot-webapp "21.4.4"]