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