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