| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdpresenter |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presenter-3.0.2.pom | |
| presenter-3.0.2.jar | 8 KB |
| presenter-3.0.2-tests.jar | 6 KB |
| presenter-3.0.2-sources.jar | 6 KB |
| presenter-3.0.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/presenter/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>presenter</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/presenter/
implementation 'com.cedarsoft.commons:presenter:3.0.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/presenter/
implementation ("com.cedarsoft.commons:presenter:3.0.2")
'com.cedarsoft.commons:presenter:jar:3.0.2'
<dependency org="com.cedarsoft.commons" name="presenter" rev="3.0.2">
<artifact name="presenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='presenter', version='3.0.2')
)
libraryDependencies += "com.cedarsoft.commons" % "presenter" % "3.0.2"
[com.cedarsoft.commons/presenter "3.0.2"]