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