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