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