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