| License |
License |
|---|---|
| GroupId | GroupIdeu.cedarsoft.commons |
| ArtifactId | ArtifactIdpresenter |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPresenter
Cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| presenter-1.0.pom | |
| presenter-1.0.jar | 7 KB |
| presenter-1.0-sources.jar | 3 KB |
| presenter-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.commons/presenter/ -->
<dependency>
<groupId>eu.cedarsoft.commons</groupId>
<artifactId>presenter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.commons/presenter/
implementation 'eu.cedarsoft.commons:presenter:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft.commons/presenter/
implementation ("eu.cedarsoft.commons:presenter:1.0")
'eu.cedarsoft.commons:presenter:jar:1.0'
<dependency org="eu.cedarsoft.commons" name="presenter" rev="1.0">
<artifact name="presenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.commons', module='presenter', version='1.0')
)
libraryDependencies += "eu.cedarsoft.commons" % "presenter" % "1.0"
[eu.cedarsoft.commons/presenter "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| eu.cedarsoft.commons : struct | jar | 1.0 |
| com.intellij : annotations | jar | 6.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |