Jar examples for p:promises
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 4.3.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add promises-4.3.1.jar to your project.
<dependency> <groupId>com.surelogic</groupId> <artifactId>promises</artifactId> <version>4.3.1</version> </dependency>
compile group: 'com.surelogic', name: 'promises', version: '4.3.1'
libraryDependencies += "com.surelogic" % "promises" % "4.3.1"
<dependency org="com.surelogic" name="promises" rev="4.3.1"/>
@Grapes(@Grab(group='com.surelogic', module='promises', version='4.3.1'))
'com.surelogic:promises:jar:4.3.1'
Click the following link to download the jar file.
promises-4.3.1.jar