License |
License
GLP with Classpath Exception
|
---|---|
GroupId | GroupIdcom.cedarsoft.spring |
ArtifactId | ArtifactIdrcp-minimal |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring RCP minimal example
cedarsoft Open Projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rcp-minimal-1.2.2.pom | |
rcp-minimal-1.2.2.jar | 8 KB |
rcp-minimal-1.2.2-sources.jar | 6 KB |
rcp-minimal-1.2.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.spring/rcp-minimal/ -->
<dependency>
<groupId>com.cedarsoft.spring</groupId>
<artifactId>rcp-minimal</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.spring/rcp-minimal/
implementation 'com.cedarsoft.spring:rcp-minimal:1.2.2'
// https://jarcasting.com/artifacts/com.cedarsoft.spring/rcp-minimal/
implementation ("com.cedarsoft.spring:rcp-minimal:1.2.2")
'com.cedarsoft.spring:rcp-minimal:jar:1.2.2'
<dependency org="com.cedarsoft.spring" name="rcp-minimal" rev="1.2.2">
<artifact name="rcp-minimal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.spring', module='rcp-minimal', version='1.2.2')
)
libraryDependencies += "com.cedarsoft.spring" % "rcp-minimal" % "1.2.2"
[com.cedarsoft.spring/rcp-minimal "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.spring : rcp | jar | 1.2.2 |
org.springframework : spring | jar | 2.5.5 |
com.intellij : annotations | jar | 7.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.utils : test-utils | jar | 1.3.6 |
org.testng : testng | jar | 5.8 |