GroupId | GroupIdcom.github.hazendaz |
---|---|
ArtifactId | ArtifactIddisplaytag-examples |
Version | Version2.3.0 |
Type | Typewar |
Filename | Size |
---|---|
displaytag-examples-2.3.0.pom | |
displaytag-examples-2.3.0.war | 13 MB |
displaytag-examples-2.3.0-sources.jar | 26 KB |
displaytag-examples-2.3.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/displaytag-examples/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>displaytag-examples</artifactId>
<version>2.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/displaytag-examples/
implementation 'com.github.hazendaz:displaytag-examples:2.3.0'
// https://jarcasting.com/artifacts/com.github.hazendaz/displaytag-examples/
implementation ("com.github.hazendaz:displaytag-examples:2.3.0")
'com.github.hazendaz:displaytag-examples:war:2.3.0'
<dependency org="com.github.hazendaz" name="displaytag-examples" rev="2.3.0">
<artifact name="displaytag-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='displaytag-examples', version='2.3.0')
)
libraryDependencies += "com.github.hazendaz" % "displaytag-examples" % "2.3.0"
[com.github.hazendaz/displaytag-examples "2.3.0"]