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