License |
License
GLPv3 with Classpath Exception
|
---|---|
GroupId | GroupIdcom.cedarsoft.annotations |
ArtifactId | ArtifactIdverification |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncedarsoft Open Projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
verification-1.2.1.pom | |
verification-1.2.1.jar | 8 KB |
verification-1.2.1-tests.jar | 1 KB |
verification-1.2.1-sources.jar | 5 KB |
verification-1.2.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/verification/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>verification</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/verification/
implementation 'com.cedarsoft.annotations:verification:1.2.1'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/verification/
implementation ("com.cedarsoft.annotations:verification:1.2.1")
'com.cedarsoft.annotations:verification:jar:1.2.1'
<dependency org="com.cedarsoft.annotations" name="verification" rev="1.2.1">
<artifact name="verification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='verification', version='1.2.1')
)
libraryDependencies += "com.cedarsoft.annotations" % "verification" % "1.2.1"
[com.cedarsoft.annotations/verification "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft : annotations | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.commons : test-utils | jar | 5.1.2 |
junit : junit | jar | 4.10 |