s

shingle-annotations

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