d

dart-annotations

Files download
File Operation
dart-annotations-2.0.0.jar download
dart-annotations-2.0.0.pom download
dart-annotations-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.f2prateek.dart</groupId>
  <artifactId>dart-annotations</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.f2prateek.dart:dart-annotations:2.0.0'
Gradle Kotlin
implementation("com.f2prateek.dart:dart-annotations:2.0.0")
Scala SBT
libraryDependencies += "com.f2prateek.dart" % "dart-annotations" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.f2prateek.dart', module='dart-annotations', version='2.0.0')
)
Apache Ivy
<dependency org="com.f2prateek.dart" name="dart-annotations" rev="2.0.0" />
Leiningen
[com.f2prateek.dart/dart-annotations "2.0.0"]
Apache Buildr
'com.f2prateek.dart:dart-annotations:jar:2.0.0'