| License |
License
GNU Lesser General Public License, Version 2.1
|
|---|---|
| GroupId | GroupIdcom.mysema.contracts |
| ArtifactId | ArtifactIdcontracts |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenSource projects hosted by Mysema Ltd
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| contracts-0.1.5.pom | |
| contracts-0.1.5.jar | 17 KB |
| contracts-0.1.5-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.contracts/contracts/ -->
<dependency>
<groupId>com.mysema.contracts</groupId>
<artifactId>contracts</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.contracts/contracts/
implementation 'com.mysema.contracts:contracts:0.1.5'
// https://jarcasting.com/artifacts/com.mysema.contracts/contracts/
implementation ("com.mysema.contracts:contracts:0.1.5")
'com.mysema.contracts:contracts:jar:0.1.5'
<dependency org="com.mysema.contracts" name="contracts" rev="0.1.5">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.contracts', module='contracts', version='0.1.5')
)
libraryDependencies += "com.mysema.contracts" % "contracts" % "0.1.5"
[com.mysema.contracts/contracts "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 2.5.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |