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