GroupId | GroupIdorg.metawidget.modules |
---|---|
ArtifactId | ArtifactIdmetawidget-annotation |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
metawidget-annotation-3.1.pom | |
metawidget-annotation-3.1.jar | 11 KB |
metawidget-annotation-3.1-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>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules/metawidget-annotation/
implementation 'org.metawidget.modules:metawidget-annotation:3.1'
// https://jarcasting.com/artifacts/org.metawidget.modules/metawidget-annotation/
implementation ("org.metawidget.modules:metawidget-annotation:3.1")
'org.metawidget.modules:metawidget-annotation:jar:3.1'
<dependency org="org.metawidget.modules" name="metawidget-annotation" rev="3.1">
<artifact name="metawidget-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules', module='metawidget-annotation', version='3.1')
)
libraryDependencies += "org.metawidget.modules" % "metawidget-annotation" % "3.1"
[org.metawidget.modules/metawidget-annotation "3.1"]