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