| GroupId | GroupIdcom.ociweb |
|---|---|
| ArtifactId | ArtifactIdgreenlightning |
| Version | Version1.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| greenlightning-1.0.17.pom | |
| greenlightning-1.0.17.jar | 346 KB |
| greenlightning-1.0.17-test-sources.jar | 39 KB |
| greenlightning-1.0.17-sources.jar | 214 KB |
| greenlightning-1.0.17-javadoc.jar | 1005 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ociweb/greenlightning/ -->
<dependency>
<groupId>com.ociweb</groupId>
<artifactId>greenlightning</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/greenlightning/
implementation 'com.ociweb:greenlightning:1.0.17'
// https://jarcasting.com/artifacts/com.ociweb/greenlightning/
implementation ("com.ociweb:greenlightning:1.0.17")
'com.ociweb:greenlightning:jar:1.0.17'
<dependency org="com.ociweb" name="greenlightning" rev="1.0.17">
<artifact name="greenlightning" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='greenlightning', version='1.0.17')
)
libraryDependencies += "com.ociweb" % "greenlightning" % "1.0.17"
[com.ociweb/greenlightning "1.0.17"]