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