| 组织ID: |
net.sf.staccatocommons |
| 项目ID: |
commons-restrictions |
| 版本: |
1.2-beta-2 |
| 最后修改时间: |
2020-02-26 08:26:20 |
| 包类型: |
jar |
| 标题: |
Staccato-Commons-Restrictions |
| 描述: |
Library of annotations that express restrictions, that can be used to indicate preconditions,
postconditions and invariants over objects and messages, focused on documentation reuse.
|
| 大小: |
13.40KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-restrictions</artifactId>
<version>1.2-beta-2</version>
</dependency>
|
| Gradle引入代码: |
net.sf.staccatocommons:commons-restrictions:1.2-beta-2
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>commons-parent-pom</artifactId>
<groupId>net.sf.staccatocommons</groupId>
<version>1.2-beta-2</version>
</parent>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-restrictions</artifactId>
<version>1.2-beta-2</version>
<name>Staccato-Commons-Restrictions</name>
<url>http://staccatocommons.sourceforge.net/${project.artifactId}</url>
<description>
Library of annotations that express restrictions, that can be used to indicate preconditions,
postconditions and invariants over objects and messages, focused on documentation reuse.
</description>
<distributionManagement>
<site>
<id> ${distribution.site.id}</id>
<url>${distribution.site.url}/${project.artifactId}</url>
</site>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.sf.staccatocommons.restrictions.Restriction.class
net.sf.staccatocommons.restrictions.Conditionally.class
net.sf.staccatocommons.restrictions.package-info.class
net.sf.staccatocommons.restrictions.value.Unmodifiable.class
net.sf.staccatocommons.restrictions.value.Immutable.class
net.sf.staccatocommons.restrictions.value.Value.class
net.sf.staccatocommons.restrictions.check.NonNull.class
net.sf.staccatocommons.restrictions.check.Positive.class
net.sf.staccatocommons.restrictions.check.NotEmpty.class
net.sf.staccatocommons.restrictions.check.Size.class
net.sf.staccatocommons.restrictions.check.MaxSize.class
net.sf.staccatocommons.restrictions.check.package-info.class
net.sf.staccatocommons.restrictions.check.MinSize.class
net.sf.staccatocommons.restrictions.check.Matches.class
net.sf.staccatocommons.restrictions.check.NotNegative.class
net.sf.staccatocommons.restrictions.check.Between.class
net.sf.staccatocommons.restrictions.check.NotZero.class
net.sf.staccatocommons.restrictions.processing.EnforceRestrictions.class
net.sf.staccatocommons.restrictions.processing.IgnoreRestrictions.class
net.sf.staccatocommons.restrictions.effect.Transparent.class
net.sf.staccatocommons.restrictions.effect.SideEffectFree.class
net.sf.staccatocommons.restrictions.Constant.class
META-INF/maven/net.sf.staccatocommons/commons-restrictions/pom.xml
META-INF/maven/net.sf.staccatocommons/commons-restrictions/pom.properties
|
| 依赖Jar: |
无
|