| GroupId | GroupIdcom.cedarsoft |
|---|---|
| ArtifactId | ArtifactIdopen |
| Version | Version53 |
| Type | Typejar |
| Filename | Size |
|---|---|
| open-53.pom | 37 KB |
| open-53-tests.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/open/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>open</artifactId>
<version>53</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/open/
implementation 'com.cedarsoft:open:53'
// https://jarcasting.com/artifacts/com.cedarsoft/open/
implementation ("com.cedarsoft:open:53")
'com.cedarsoft:open:jar:53'
<dependency org="com.cedarsoft" name="open" rev="53">
<artifact name="open" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='open', version='53')
)
libraryDependencies += "com.cedarsoft" % "open" % "53"
[com.cedarsoft/open "53"]