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