GroupId | GroupIdcom.manorrock.oyena |
---|---|
ArtifactId | ArtifactIdoyena-action-test-webapp |
Version | Version2.3.0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.manorrock.oyena/oyena-action-test-webapp/ -->
<dependency>
<groupId>com.manorrock.oyena</groupId>
<artifactId>oyena-action-test-webapp</artifactId>
<version>2.3.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.manorrock.oyena/oyena-action-test-webapp/
implementation 'com.manorrock.oyena:oyena-action-test-webapp:2.3.0.2'
// https://jarcasting.com/artifacts/com.manorrock.oyena/oyena-action-test-webapp/
implementation ("com.manorrock.oyena:oyena-action-test-webapp:2.3.0.2")
'com.manorrock.oyena:oyena-action-test-webapp:war:2.3.0.2'
<dependency org="com.manorrock.oyena" name="oyena-action-test-webapp" rev="2.3.0.2">
<artifact name="oyena-action-test-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.manorrock.oyena', module='oyena-action-test-webapp', version='2.3.0.2')
)
libraryDependencies += "com.manorrock.oyena" % "oyena-action-test-webapp" % "2.3.0.2"
[com.manorrock.oyena/oyena-action-test-webapp "2.3.0.2"]