Download promises-1.2.0.jar file - Jar p

Jar examples for p:promises

Description

Provides the annotations necessary to express models of programmer design intent in Java code. Promises are supra-linguistic formal annotations to programs. Each promise has a precise meaning and constrains the implementation and evolution of the code it targets. Promises are also (typically) modular, meaning that the implementation constraint on the code of a promise is limited in scope.

You can download jar file promises 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add promises-1.2.0.jar to your project.

<dependency>
   <groupId>io.github.kjens93.promises</groupId>
   <artifactId>promises</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'io.github.kjens93.promises', name: 'promises', version: '1.2.0'
libraryDependencies += "io.github.kjens93.promises" % "promises" % "1.2.0"
<dependency org="io.github.kjens93.promises" name="promises" rev="1.2.0"/>
@Grapes(@Grab(group='io.github.kjens93.promises', module='promises', version='1.2.0'))
'io.github.kjens93.promises:promises:jar:1.2.0'

Download

Click the following link to download the jar file.

promises-1.2.0-javadoc.jar
promises-1.2.0-sources.jar
promises-1.2.0.jar
promises-1.2.0.pom



Related Tutorials