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