| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.rest |
| ArtifactId | ArtifactIdmodel |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRest Model
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| model-1.0.0.pom | |
| model-1.0.0.jar | 6 KB |
| model-1.0.0-tests.jar | 4 KB |
| model-1.0.0-sources.jar | 7 KB |
| model-1.0.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.rest/model/ -->
<dependency>
<groupId>com.cedarsoft.rest</groupId>
<artifactId>model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.rest/model/
implementation 'com.cedarsoft.rest:model:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.rest/model/
implementation ("com.cedarsoft.rest:model:1.0.0")
'com.cedarsoft.rest:model:jar:1.0.0'
<dependency org="com.cedarsoft.rest" name="model" rev="1.0.0">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.rest', module='model', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.rest" % "model" % "1.0.0"
[com.cedarsoft.rest/model "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.commons : test-utils | jar | 4.0.0 |