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