| GroupId | GroupIdcom.squeakysand.jcr |
|---|---|
| ArtifactId | ArtifactIdsqueakysand-jcr-taglib-test-webapp |
| Version | Version0.3.0 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jcr/squeakysand-jcr-taglib-test-webapp/ -->
<dependency>
<groupId>com.squeakysand.jcr</groupId>
<artifactId>squeakysand-jcr-taglib-test-webapp</artifactId>
<version>0.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jcr/squeakysand-jcr-taglib-test-webapp/
implementation 'com.squeakysand.jcr:squeakysand-jcr-taglib-test-webapp:0.3.0'
// https://jarcasting.com/artifacts/com.squeakysand.jcr/squeakysand-jcr-taglib-test-webapp/
implementation ("com.squeakysand.jcr:squeakysand-jcr-taglib-test-webapp:0.3.0")
'com.squeakysand.jcr:squeakysand-jcr-taglib-test-webapp:war:0.3.0'
<dependency org="com.squeakysand.jcr" name="squeakysand-jcr-taglib-test-webapp" rev="0.3.0">
<artifact name="squeakysand-jcr-taglib-test-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jcr', module='squeakysand-jcr-taglib-test-webapp', version='0.3.0')
)
libraryDependencies += "com.squeakysand.jcr" % "squeakysand-jcr-taglib-test-webapp" % "0.3.0"
[com.squeakysand.jcr/squeakysand-jcr-taglib-test-webapp "0.3.0"]