GroupId | GroupIdorg.metawidget.modules |
---|---|
ArtifactId | ArtifactIdmetawidget-annotation |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
metawidget-annotation-2.3.pom | |
metawidget-annotation-2.3.jar | 11 KB |
metawidget-annotation-2.3-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules/metawidget-annotation/ -->
<dependency>
<groupId>org.metawidget.modules</groupId>
<artifactId>metawidget-annotation</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules/metawidget-annotation/
implementation 'org.metawidget.modules:metawidget-annotation:2.3'
// https://jarcasting.com/artifacts/org.metawidget.modules/metawidget-annotation/
implementation ("org.metawidget.modules:metawidget-annotation:2.3")
'org.metawidget.modules:metawidget-annotation:jar:2.3'
<dependency org="org.metawidget.modules" name="metawidget-annotation" rev="2.3">
<artifact name="metawidget-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules', module='metawidget-annotation', version='2.3')
)
libraryDependencies += "org.metawidget.modules" % "metawidget-annotation" % "2.3"
[org.metawidget.modules/metawidget-annotation "2.3"]