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