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