| Categories |
CategoriesIDE Development Tools Elide Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.yahoo.elide |
| ArtifactId | ArtifactIdelide-annotations |
| Version | Version2.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elide-annotations-2.3.2.pom | |
| elide-annotations-2.3.2.jar | 25 KB |
| elide-annotations-2.3.2-sources.jar | 20 KB |
| elide-annotations-2.3.2-javadoc.jar | 203 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-annotations/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-annotations</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-annotations/
implementation 'com.yahoo.elide:elide-annotations:2.3.2'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-annotations/
implementation ("com.yahoo.elide:elide-annotations:2.3.2")
'com.yahoo.elide:elide-annotations:jar:2.3.2'
<dependency org="com.yahoo.elide" name="elide-annotations" rev="2.3.2">
<artifact name="elide-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-annotations', version='2.3.2')
)
libraryDependencies += "com.yahoo.elide" % "elide-annotations" % "2.3.2"
[com.yahoo.elide/elide-annotations "2.3.2"]