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