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