Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.igormaznitsa |
ArtifactId | ArtifactIdmeta-annotations |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
meta-annotations-1.1.2.pom | |
meta-annotations-1.1.2.jar | 35 KB |
meta-annotations-1.1.2-sources.jar | 19 KB |
meta-annotations-1.1.2-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/ -->
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>meta-annotations</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/
implementation 'com.igormaznitsa:meta-annotations:1.1.2'
// https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/
implementation ("com.igormaznitsa:meta-annotations:1.1.2")
'com.igormaznitsa:meta-annotations:jar:1.1.2'
<dependency org="com.igormaznitsa" name="meta-annotations" rev="1.1.2">
<artifact name="meta-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igormaznitsa', module='meta-annotations', version='1.1.2')
)
libraryDependencies += "com.igormaznitsa" % "meta-annotations" % "1.1.2"
[com.igormaznitsa/meta-annotations "1.1.2"]