GroupId | GroupIdcom.github.labai |
---|---|
ArtifactId | ArtifactIdopa |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
opa-1.4.5.pom | |
opa-1.4.5.jar | 57 KB |
opa-1.4.5-sources.jar | 22 KB |
opa-1.4.5-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.labai/opa/ -->
<dependency>
<groupId>com.github.labai</groupId>
<artifactId>opa</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.labai/opa/
implementation 'com.github.labai:opa:1.4.5'
// https://jarcasting.com/artifacts/com.github.labai/opa/
implementation ("com.github.labai:opa:1.4.5")
'com.github.labai:opa:jar:1.4.5'
<dependency org="com.github.labai" name="opa" rev="1.4.5">
<artifact name="opa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.labai', module='opa', version='1.4.5')
)
libraryDependencies += "com.github.labai" % "opa" % "1.4.5"
[com.github.labai/opa "1.4.5"]